Skip to content

Commit 448dbdb

Browse files
authored
[docs] Update CDN suggestion in lit-html v1 docs (#1299)
1 parent b5c0f2e commit 448dbdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/lit-dev-content/site/docs/v1/lit-html/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ lit-html is distributed on npm, in the [lit-html package].
1919
npm install lit-html
2020
```
2121

22-
### unpkg.com
22+
### CDNs
2323

24-
You can also load lit-html directly from the unpkg.com CDN:
24+
You can also load lit-html directly from CDNs with good module support like [esm.run](https://esm.run) or [esm.sh](https://esm.sh):
2525

2626
```js
27-
import {html, render} from 'https://unpkg.com/lit-html?module';
27+
import {html, render} from 'https://esm.run/lit-html@1';
2828
```
2929

3030
### Online editors

0 commit comments

Comments
 (0)