From 20b0dbc0fcfdc934ed75b5b033341a1a975b65bf Mon Sep 17 00:00:00 2001
From: Ben McCann <322311+benmccann@users.noreply.github.com>
Date: Wed, 19 Feb 2020 09:11:30 -0800
Subject: [PATCH] Remove version from docs. Use latest
---
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 9dd7ed684d0..c9fed9b10ef 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: