Skip to content

Commit

Permalink
Remove version from docs. Use latest (#7128)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Feb 19, 2020
1 parent 5899d54 commit 93f7778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ First, we need to have a canvas in our page.
Now that we have a canvas we can use, we need to include Chart.js in our page.

```html
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.8.0"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
```

Now, we can create a chart. We add a script to our page:
Expand Down

0 comments on commit 93f7778

Please sign in to comment.