]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Mention npm in installation section (#8245)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Mon, 28 Dec 2020 16:45:43 +0000 (08:45 -0800)
committerGitHub <noreply@github.com>
Mon, 28 Dec 2020 16:45:43 +0000 (18:45 +0200)
docs/docs/index.md

index e43ea4a2d5fabf6c653039e37da644e4307521c4..143c033e4f22ed8e69f2c2eb192210b4365dcf95 100644 (file)
@@ -6,7 +6,7 @@ title: Chart.js
 
 ## Installation
 
-You can download the latest version of Chart.js from the [GitHub releases](https://github.com/chartjs/Chart.js/releases/latest) or use a [Chart.js CDN](https://www.jsdelivr.com/package/npm/chart.js). Detailed installation instructions can be found on the [installation](./getting-started/installation.md) page.
+You can get the latest version of Chart.js from [npm](https://npmjs.com/package/chart.js), the [GitHub releases](https://github.com/chartjs/Chart.js/releases/latest), or use a [Chart.js CDN](https://www.jsdelivr.com/package/npm/chart.js). Detailed installation instructions can be found on the [installation](./getting-started/installation.md) page.
 
 ## Creating a Chart