We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7cdf1 commit 807aea1Copy full SHA for 807aea1
docs/getting-started/installation.md
@@ -1,19 +1,11 @@
1
# Installation
2
-Chart.js can be installed via npm or bower. It is recommended to get Chart.js this way.
3
4
## npm
5
[](https://npmjs.com/package/chart.js)
6
[](https://npmjs.com/package/chart.js)
7
8
-```bash
9
-npm install chart.js --save
10
-```
11
-
12
-## Bower
13
-[](https://libraries.io/bower/chartjs)
14
15
16
-bower install chart.js --save
+```sh
+npm install chart.js
17
```
18
19
## CDN
0 commit comments