Skip to content

Commit

Permalink
Fixed links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RinMinase committed Oct 9, 2021
1 parent 6e31f73 commit 4808485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ If you're using **Chart.js version 2.9**
```html
<body>
...
<script src=https://cdn.jsdelivr.net/npm/@rinminase/ng-charts></script>
<script src="https://cdn.jsdelivr.net/npm/@rinminase/ng-charts"></script>
</body>
```

If you're using **Chart.js version 3.5+**
```html
<body>
...
<script src=https://cdn.jsdelivr.net/npm/@rinminase/ng-charts@next></script>
<script src="https://cdn.jsdelivr.net/npm/@rinminase/ng-charts@next"></script>
</body>
```
_Please note that version 5 of this package is still currently in beta and has not been thoroughly tested_
Expand Down

0 comments on commit 4808485

Please sign in to comment.