File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ yarn add flat-embed
22
22
or use the latest version hosted on jsDelivr:
23
23
24
24
``` html
25
- <script src =" https://cdn.jsdelivr.net/npm/flat-embed@v0.8 .0/dist/embed.min.js" ></script >
25
+ <script src =" https://cdn.jsdelivr.net/npm/flat-embed@v0.10 .0/dist/embed.min.js" ></script >
26
26
```
27
27
28
28
## Getting Started
@@ -31,7 +31,7 @@ The simplest way to get started is to pass a DOM element to our embed that will
31
31
32
32
``` html
33
33
<div id =" embed-container" ></div >
34
- <script src =" https://cdn.jsdelivr.net/npm/flat-embed@v0.8 .0/dist/embed.min.js" ></script >
34
+ <script src =" https://cdn.jsdelivr.net/npm/flat-embed@v0.10 .0/dist/embed.min.js" ></script >
35
35
<script >
36
36
var container = document .getElementById (' embed-container' );
37
37
var embed = new Flat.Embed (container, {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " flat-embed" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .0" ,
4
4
"description" : " Interact and get events from Flat's Sheet Music Embed" ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Flat Team <team@flat.io>" ,
You can’t perform that action at this time.
0 commit comments