From 0eedec31f0ca61c257f18085cd6ac6cf52d1eaf3 Mon Sep 17 00:00:00 2001 From: Justin Ledford Date: Thu, 29 Jun 2017 11:46:35 -0500 Subject: [PATCH] replace self closing script tag with open and closing tags --- docs/getting-started/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index bb3e17f1f..9266b3099 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -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 - ``` Now, we can create a chart. We add a script to our page: