Skip to content

Commit

Permalink
Update packages/lit-dev-content/site/docs/v1/lit-html/getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjk authored Jan 19, 2024
1 parent e485353 commit 1f6dff6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm install lit-html
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):

```js
import {html, render} from 'https://esm.run/lit-html';
import {html, render} from 'https://esm.run/lit-html@1';
```

### Online editors
Expand Down

0 comments on commit 1f6dff6

Please sign in to comment.