From 06d41cd78b3c1ad7c3579f6ee8d893fa14ba483d Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 10 Dec 2023 22:37:44 +0100 Subject: [PATCH] chore: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc5e380..3ba2e7b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ import { WebComponent } from "https://unpkg.com/web-component-base@latest/index. ``` ### Installation via npm -Usable for projects with bundlers or using import maps pointing to to the specific files in downloaded in your `node_modules/web-component-base`. +Usable for projects with bundlers or using import maps pointing to the specific files downloaded in `node_modules/web-component-base`. ```bash npm i web-component-base @@ -293,4 +293,4 @@ There is an increase in size compared to that of before this release, primarily > >To address this, I am working on a "lite" version of my base class here... please stay tuned. > -> -Ayo \ No newline at end of file +> -Ayo