Skip to content

Commit 2462643

Browse files
committed
update README.md
1 parent 618a83d commit 2462643

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
# SendBird JavaScript Sample
22

3-
The samples in this repository are fully functional messaging applications built using the [SendBird](https://sendbird.com) JS SDK.
3+
The samples in this repository are fully functional messaging applications built using [SendBird](https://sendbird.com) JavaScript SDK.
44
1. **Web Basic sample:** Slack-like full screen chat sample for desktop browsers.
5-
1. **Web Widget sample:** Facebook-chat-like chat widget to regular websites.
6-
1. **Web Live Chat sample:** Twitch-chat-like chat sample for desktop browsers.
7-
1. **React Native sample:** Mobile chat sample for iOS and Android.
5+
2. **Web Basic sample with SyncManager** Same as Web Basic sample with SyncManager integrated
6+
3. **Web Widget sample:** Facebook-chat-like chat widget to regular websites.
7+
4. **Web Live Chat sample:** Twitch-chat-like chat sample for desktop browsers.
8+
5. **React Native Redux sample:** Mobile chat sample for iOS and Android.
9+
10+
> `react-native-sample` and `web-sample` are deprecated. See `react-native-redux-sample` and `web-basic-sample` instead.
811
912

1013
## Table of Contents
1114

12-
1. [Installing the SendBird JS SDK](#installing-the-sendbird-js-sdk)
13-
1. [Previous versions](#previous-versions)
15+
1. [Installing SendBird JS SDK](#installing-the-sendbird-js-sdk)
16+
2. [Previous versions](#previous-versions)
1417

1518

1619
## Installing the SendBird JS SDK
@@ -24,12 +27,12 @@ Using [npm](https://www.npmjs.com/package/sendbird):
2427

2528
npm install --save sendbird
2629

27-
> We now support both React Native and NodeJS.
30+
> We support React Native and NodeJS.
2831
2932

3033
### Manual download
3134

32-
Or, you can manually download the JS SDK files [here](https://github.com/smilefam/SendBird-SDK-JavaScript).
35+
Or, you can manually download JS SDK files [here](https://github.com/smilefam/SendBird-SDK-JavaScript).
3336

3437

3538
## Previous versions

0 commit comments

Comments
 (0)