Skip to content

Commit 896b7dd

Browse files
committed
🐛 Fix cdn link in readme
1 parent c9bc36e commit 896b7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Simply run `yarn add vue-chartjs chart.js`
3838
Or if you want to use it directly in the browser add
3939

4040
```html
41-
<script src="https://unpkg.com/vue-chartjs@2.6.0/dist/vue-chartjs.full.min.js"></script>
41+
<script src="https://unpkg.com/vue-chartjs/dist/vue-chartjs.full.min.js"></script>
4242
```
4343
to your scripts. See [Codepen](https://codepen.io/apertureless/pen/vxWbqB?editors=1010)
4444

0 commit comments

Comments
 (0)