Skip to content

Commit

Permalink
Fix import module name in getting-started.md (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenSeemann authored and simonbrunel committed Feb 20, 2019
1 parent ab06e11 commit c759a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Once imported, the plugin is available under the global property `ChartDataLabel

```javascript
import Chart from 'chart.js';
import ChartDataLabels from 'chartjs-plugin-datalabels.js';
import ChartDataLabels from 'chartjs-plugin-datalabels';
```

## Registration
Expand Down

0 comments on commit c759a93

Please sign in to comment.