Skip to content

Commit b87106c

Browse files
committed
Add npm info to getting started doc.
1 parent b4856d2 commit b87106c

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)