From b587b83ce49a30dbe9e735aefff1b7731247eabb Mon Sep 17 00:00:00 2001 From: Emerson Vieira Date: Tue, 1 Oct 2024 22:21:17 -0300 Subject: [PATCH] Remove unnecessary --save flag from Yarn installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13255ae..767059c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ npm install cloudinary-react-native ``` Or ```bash -yarn add cloudinary-react-native --save +yarn add cloudinary-react-native ``` ## Usage