From 8eb7d6c8091b4f3d38717a6ab6db9344b89b567f Mon Sep 17 00:00:00 2001 From: Bunny Bites Date: Wed, 1 Nov 2023 09:10:43 +0530 Subject: [PATCH] replace text 'npm' with 'yarn' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffd55f5476..12262398c0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Features include: # Installation and usage -The easiest way to use react-select is to install it from npm and build it into your app with Webpack. +The easiest way to use react-select is to install it from yarn and build it into your app with Webpack. ``` yarn add react-select