Skip to content

Commit 43c1e03

Browse files
authored
Readme cdn links fixed.
1 parent 7ef1d75 commit 43c1e03

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
@@ -36,7 +36,7 @@ Or use it from CDN:
3636

3737
```html
3838
<script type="module">
39-
import Vizzu from 'https://cdn.jsdelivr.net/npm/[email protected]/vizzu.js';
39+
import Vizzu from 'https://cdn.jsdelivr.net/npm/[email protected]/dist/vizzu.min.js';
4040
</script>
4141
```
4242

@@ -51,7 +51,7 @@ Create a placeholder element that will contain the rendered chart:
5151
Create a simple bar chart:
5252

5353
```javascript
54-
import Vizzu from 'https://cdn.jsdelivr.net/npm/[email protected]/vizzu.min.js';
54+
import Vizzu from 'https://cdn.jsdelivr.net/npm/[email protected]/dist/vizzu.min.js';
5555

5656
let data = {
5757
series: [
@@ -80,7 +80,7 @@ chart.animate({
8080
geometry: 'circle'
8181
});
8282
```
83-
[Try it!](https://jsfiddle.net/VizzuHQ/dk7b86vc/27/)
83+
[Try it!](https://jsfiddle.net/VizzuHQ/dk7b86vc/29/)
8484

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

0 commit comments

Comments
 (0)