From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Mon, 28 Dec 2020 16:45:43 +0000 (-0800) Subject: Mention npm in installation section (#8245) X-Git-Tag: v3.0.0-beta.8~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=794f13ae0a462f0da3717af9a21ac882a6d5b7c3;p=thirdparty%2FChart.js.git Mention npm in installation section (#8245) --- diff --git a/docs/docs/index.md b/docs/docs/index.md index e43ea4a2d..143c033e4 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -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