Fixing a couple typos in the docs (#55)
This commit is contained in:
@@ -17,7 +17,7 @@ npm i my-element
|
||||
|
||||
npm CDNs like [unpkg.com]() can directly serve files that have been published to npm. This works great for standard JavaScript modules that the browser can load natively.
|
||||
|
||||
For this element to work from unpkg.com specifically, you need to include the `?module` query parameter, which tells unpkg.com to rewrite "bare" module specificers to full URLs.
|
||||
For this element to work from unpkg.com specifically, you need to include the `?module` query parameter, which tells unpkg.com to rewrite "bare" module specifiers to full URLs.
|
||||
|
||||
### HTML
|
||||
|
||||
|
||||
Reference in New Issue
Block a user