Skip to content

Commit 067a170

Browse files
committed
Readme example snippet will use latest release from CDN.
1 parent 3a3c20b commit 067a170

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Or use it from CDN:
3838

3939
```html
4040
<script type="module">
41-
import Vizzu from 'https://cdn.jsdelivr.net/npm/vizzu@0.3.3/dist/vizzu.min.js';
41+
import Vizzu from 'https://cdn.jsdelivr.net/npm/vizzu@latest/dist/vizzu.min.js';
4242
</script>
4343
```
4444

@@ -53,7 +53,7 @@ Create a placeholder element that will contain the rendered chart:
5353
Create a simple bar chart:
5454

5555
```javascript
56-
import Vizzu from 'https://cdn.jsdelivr.net/npm/vizzu@0.3.3/dist/vizzu.min.js';
56+
import Vizzu from 'https://cdn.jsdelivr.net/npm/vizzu@latest/dist/vizzu.min.js';
5757

5858
let data = {
5959
series: [
@@ -82,7 +82,7 @@ chart.animate({
8282
geometry: 'circle'
8383
});
8484
```
85-
[Try it!](https://jsfiddle.net/VizzuHQ/dk7b86vc/47/)
85+
[Try it!](https://jsfiddle.net/VizzuHQ/dk7b86vc/51/)
8686

8787
![Example chart](https://vizzuhq.github.io/vizzu-lib-doc/readme/example.gif)
8888

0 commit comments

Comments
 (0)