Skip to content

Commit

Permalink
Fixed nightly install docs as per review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
activist authored and TorsteinHonsi committed Apr 17, 2020
1 parent 0c9dfb9 commit 956cc50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -21,10 +21,10 @@ See [npm documentation](https://docs.npmjs.com/) on how to get started with npm.
npm install --save highcharts
```

#### Install nightly builds
See [highcharts documentation](https://www.highcharts.com/docs/getting-started/install-from-npm) for installing nightly builds.
#### Install nightly build
See [highcharts documentation](https://www.highcharts.com/docs/getting-started/install-from-npm) for installing the nightly build.

Note that we do not recommend the use of the nightly build in production environments as these **may contain bugs and are not considered stable.**
Note that we do not recommend the use of the nightly build in production environments as it **may contain bugs and is not considered stable.**

```
npm install --save highcharts/highcharts-dist#nightly
Expand Down

0 comments on commit 956cc50

Please sign in to comment.