Skip to content

Commit f1a3fb2

Browse files
committed
Merge pull request chartjs#1577 from yanarchy/patch-1
Add npm info to getting started doc.
2 parents b4856d2 + b87106c commit f1a3fb2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/00-Getting-Started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ You can also grab Chart.js using bower:
3131
bower install Chart.js --save
3232
```
3333

34+
or NPM:
35+
36+
```bash
37+
npm install chart.js --save
38+
```
39+
3440
Also, Chart.js is available from CDN:
3541

3642
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js

0 commit comments

Comments
 (0)