Skip to content

Commit 89e8509

Browse files
gaearonjquense
authored andcommitted
[1.x] Pin installation instructions at 1.x (#75)
1 parent 201442c commit 89e8509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ The recommended installation method is through either [npm](https://www.npmjs.co
1414

1515
```sh
1616
# npm
17-
npm install react-transition-group --save
17+
npm install react-transition-group@1.x --save
1818

1919
# yarn
20-
yarn add react-transition-group
20+
yarn add react-transition-group@1.x
2121
```
2222

2323
## CDN / External

0 commit comments

Comments
 (0)