From 8463028f30e84e293533f2a9f84f893a8046f027 Mon Sep 17 00:00:00 2001 From: Gamote Date: Wed, 15 Jun 2022 11:22:18 +0200 Subject: [PATCH] chore: update the `README.md` file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31895bc..55208bf 100644 --- a/README.md +++ b/README.md @@ -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