From bb0c52ff7467a7420df04d008b2088b9da408f6b Mon Sep 17 00:00:00 2001 From: "Tirath.CometChat" <72123823+TirathBhuva@users.noreply.github.com> Date: Mon, 8 Mar 2021 14:18:47 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39ce6fd..7afa4f9 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ CometChat.login(uid, authKey).then( ## 3. Add UI Kit to your project - Clone this repository. -- Copy the `react-native-chat-ui-kit` folder to your source folder. +- Copy the `cometchat-pro-react-native-ui-kit` folder to your source folder. - Copy all the peer dependencies from package.json into your project's package.json and install them using `npm install`.