Skip to content

Commit

Permalink
Update README installation instructions
Browse files Browse the repository at this point in the history
- The installation instructions indicate that
  react-hot-loader should be installed as a
  dev dependency, however, since it is used
  in production when checking if module.hot,
  it should be pulled in as a dependency with
  the save flag.
  • Loading branch information
oshalygin committed Mar 14, 2017
1 parent 3e4b09e commit 4274d06
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 @@ -18,7 +18,7 @@ Check out [the Migration to 3.0 guide](https://github.com/gaearon/react-hot-load

## Installation

`npm install --save-dev react-hot-loader@next`
`npm install --save react-hot-loader@next`

## Usage

Expand Down

0 comments on commit 4274d06

Please sign in to comment.