From 4e2df4838f7414f3f1e801f86c923186d2d80075 Mon Sep 17 00:00:00 2001 From: sd-katherinekim <62269495+sd-katherinekim@users.noreply.github.com> Date: Tue, 14 May 2024 12:28:06 +0900 Subject: [PATCH 1/2] Update README.md updated description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0eaee2..13ea95a 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ This repository contains the source code for the Sendbird UIKit React tutorials. -Each folder contains the source code for the tutorial at the specific stage. The `before` folder contains the source code before the tutorial, and the `after` folder contains the source code after the tutorial. +Each folder contains the source code for the tutorial at the specific stage. The `before` folder contains the source codes you should have before integrating Sendbird UIKit through the tutorial. On the other hand, the `after` folder contains the source codes after completing the integration. - [integrate-with-existing-app](https://sendbird.com/docs/chat/uikit/v3/react/tutorial/integrate-with-existing-app) ## Related resources - [Sendbird UIKit React documentation](https://sendbird.com/docs/chat/uikit/v3/react/overview) -- [Sendbird UIKit React SDK](https://github.com/sendbird/sendbird-uikit-react) \ No newline at end of file +- [Sendbird UIKit React SDK](https://github.com/sendbird/sendbird-uikit-react) From f65bbe40ff6d75f9e920bc40230ba9770c30979d Mon Sep 17 00:00:00 2001 From: sd-katherinekim <62269495+sd-katherinekim@users.noreply.github.com> Date: Tue, 14 May 2024 12:58:51 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13ea95a..fd8613d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the source code for the Sendbird UIKit React tutorials. -Each folder contains the source code for the tutorial at the specific stage. The `before` folder contains the source codes you should have before integrating Sendbird UIKit through the tutorial. On the other hand, the `after` folder contains the source codes after completing the integration. +Each folder contains the source code for the tutorial at the specific stage. The `before` folder contains the source codes you should have before the tutorial. On the other hand, the `after` folder contains the source codes after completing the application. - [integrate-with-existing-app](https://sendbird.com/docs/chat/uikit/v3/react/tutorial/integrate-with-existing-app)