Skip to content

Commit

Permalink
Fixed typo in Chart Dependency (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanoid5 authored and ashok1994 committed Jan 23, 2019
1 parent 83ba221 commit 77c2226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import Charts from 'fusioncharts/fusioncharts.charts';
Now, register it as plugin in Vue object

```js
Vue.use(VueFusionCharts, FusionCharts, Pie2D);
Vue.use(VueFusionCharts, FusionCharts, Charts);
```

This way is recommended when you want component (`vue-fusioncharts` ) available from everywhere in your app.
Expand Down

0 comments on commit 77c2226

Please sign in to comment.