Skip to content

Commit

Permalink
Version focus
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Mar 13, 2019
1 parent a1d6e37 commit fde75c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/README.md
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"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.8.0"></script>
```

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

0 comments on commit fde75c5

Please sign in to comment.