Skip to content

Commit

Permalink
[1.x] Pin installation instructions at 1.x (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and jquense committed Jun 13, 2017
1 parent 201442c commit 89e8509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ The recommended installation method is through either [npm](https://www.npmjs.co

```sh
# npm
npm install react-transition-group --save
npm install react-transition-group@1.x --save

# yarn
yarn add react-transition-group
yarn add react-transition-group@1.x
```

## CDN / External
Expand Down

0 comments on commit 89e8509

Please sign in to comment.