Skip to content

Commit

Permalink
remove unpkg static version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien authored and Adrien committed Nov 3, 2020
1 parent 3e89e40 commit 26f8e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install lit-line
or

```html
<script type="module" src="https://unpkg.com/lit-line@0.1.1/dist/lit-line.js"></script>
<script type="module" src="https://unpkg.com/lit-line@{version}/dist/lit-line.js"></script>
```

## quick start
Expand Down

0 comments on commit 26f8e4d

Please sign in to comment.