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.