Skip to content

Commit 8463028

Browse files
committed
chore: update the README.md file
1 parent 9303089 commit 8463028

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
@@ -16,13 +16,13 @@ Install **react**, **react-dom** if you don’t have them already:
1616
_**Note:** This library is using React hooks so the minimum version required for both react and react-dom is 16.8.0._
1717

1818
```shell
19-
npm i react@^16.8.0 react-dom@^16.8.0
19+
yarn add react@^16.8.0 react-dom@^16.8.0
2020
```
2121

2222
Install **lottie-react** using npm:
2323

2424
```shell
25-
npm i lottie-react
25+
yarn add lottie-react
2626
```
2727

2828
## Usage

0 commit comments

Comments
 (0)