]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
replace self closing script tag with open and closing tags
authorJustin Ledford <justinledford@gmail.com>
Thu, 29 Jun 2017 16:46:35 +0000 (11:46 -0500)
committerEvert Timberg <evert.timberg+github@gmail.com>
Thu, 29 Jun 2017 21:05:01 +0000 (17:05 -0400)
docs/getting-started/README.md

index bb3e17f1f67702bf20b1ccf23e2903b84787b9e8..9266b309938d54a2c4e8ef134d46924d8e37dcb8 100644 (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: