Skip to content

Commit

Permalink
chore: update the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamote committed Jun 15, 2022
1 parent 9303089 commit 8463028
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 @@ -16,13 +16,13 @@ Install **react**, **react-dom** if you don’t have them already:
_**Note:** This library is using React hooks so the minimum version required for both react and react-dom is 16.8.0._

```shell
npm i react@^16.8.0 react-dom@^16.8.0
yarn add react@^16.8.0 react-dom@^16.8.0
```

Install **lottie-react** using npm:

```shell
npm i lottie-react
yarn add lottie-react
```

## Usage
Expand Down

0 comments on commit 8463028

Please sign in to comment.