From: Ben McCann <322311+benmccann@users.noreply.github.com>
Date: Wed, 19 Feb 2020 19:19:46 +0000 (-0800)
Subject: Remove version from docs. Use latest (#7128)
X-Git-Tag: v3.0.0-alpha~42
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93f777821a9f9c0475f8669c165fa3149766c4b3;p=thirdparty%2FChart.js.git
Remove version from docs. Use latest (#7128)
---
diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md
index 9dd7ed684..c9fed9b10 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: