Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Jul 12, 2017
1 parent 75bb9eb commit 6410e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ First, install the [highcharts](https://www.npmjs.com/package/highcharts) and [h
$ npm install highcharts-more-node
```

Now import highcharts-more into your projects **after** the core highcharts module.
Now import highcharts-more into your projects which will also import the **highcharts** core module.
```js
// import Highcharts-More (no need to import `highcharts` since it's wrapped by `highcharts-more`)
import {Highcharts} from 'highcharts-more-node'
Expand Down
3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "highcharts-more-node",
"version": "v5.0.12",
"version": "v5.0.13",
"description": "JavaScript charting framework extension module",
"authors": [
"clarketm <travis.m.clarke@gmail.com>"
Expand All @@ -19,7 +19,6 @@
"browserify",
"webpack",
"systemjs",
"jspm",
"node",
"highcharts",
"highcharts-more",
Expand Down

0 comments on commit 6410e0c

Please sign in to comment.