From ef628c2fe324c29d98f7c3207d4ffc0c3904e68f Mon Sep 17 00:00:00 2001 From: SwethaSreeAvula Date: Wed, 20 Apr 2022 22:32:42 +0530 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2adb90a0..6f530f37 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ CometChat Kitchen Sink Sample App (built using **CometChat UIKit**) is a fully f - Modify `APP_ID` and `AUTH_KEY` and `REGION` with your own (update the `CONSTS.ts` file). -- Hit `yarn add` to install the packages. +- Hit `yarn install` to install the packages. - Run `cd ios` then run `pod install` to install the pods. Once pods are installed run `cd ..` to go back to the root folder.