diff --git a/README.md b/README.md index 11b22ae..87c41a8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ A simple and super lightweight web component to create block links. ```html - + Date: 2020/01/01 @@ -57,13 +60,13 @@ mentioned above please give Vikas's article a read. ### Install from npm ```bash -npm i block-link +npm i @alangdm/block-link ``` Import the component in your JS files ```js -import "block-link"; +import "@alangdm/block-link"; ``` ### Add from a CDN @@ -74,13 +77,16 @@ In your HTML files ```html - + ``` Or in your JS files ```js -import "https://unpkg.com/block-link?module"; +import "https://unpkg.com/@alangdm/block-link?module"; ``` ### Use in Your Code