Skip to content

Commit

Permalink
Fixed issue chartjs#3788 — documentation update on requiring Chart.js…
Browse files Browse the repository at this point in the history
… using CommonJS
  • Loading branch information
Jareechang committed Jan 22, 2017
1 parent c20e57b commit 4bad291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/00-Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To import Chart.js using an awesome module loader:
```javascript

// Using CommonJS
var Chart = require('src/chart.js')
var Chart = require('chart.js')
var myChart = new Chart({...})

// ES6
Expand Down

0 comments on commit 4bad291

Please sign in to comment.