Skip to content

Commit

Permalink
Update readme with jsdelivr
Browse files Browse the repository at this point in the history
  • Loading branch information
thangman22 committed Feb 22, 2018
1 parent bf83a79 commit 8f2b968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Add script tag at head

```html
<script src="path/to/lib/oembed-element/dist/dist.js"></script>
<script src="https://cdn.jsdelivr.net/npm/oembed-element/dist/oEmbed.js"></script>
```

or install with Yarn
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oembed-element",
"version": "1.0.0",
"version": "1.0.1",
"description": "oEmbed web component that make you easy to embed everything.",
"author": "Warat Wongmaneekit <canopybanj@gmail.com>",
"main": "dist/oEmbed.js",
Expand Down

0 comments on commit 8f2b968

Please sign in to comment.