replace self closing script tag with open and closing tags

This commit is contained in:
Justin Ledford 2017-06-29 11:46:35 -05:00 committed by Evert Timberg
parent 7f15bebed2
commit 0eedec31f0

View File

@ -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://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.4.0/Chart.min.js" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.4.0/Chart.min.js"></script>
```
Now, we can create a chart. We add a script to our page: