Skip to content

Commit 3db45cb

Browse files
authored
Update README.md
1 parent 3779dcc commit 3db45cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Please follow these steps:
5656

5757
##### Terminal 1
5858

59-
1. Clone this repo to your machine ```git clone [email protected]:sendbird/sendbird-platform-sdk```
60-
2. Move into the newly cloned repo ```cd sendbird-platform-sdk```
59+
1. Clone this repo to your machine ```git clone [email protected]:sendbird/sendbird-platform-sdk-javascript```
60+
2. Move into the newly cloned repo ```cd sendbird-platform-sdk-javascript```
6161
3. Install node modules ```npm install```
6262
4. Build the bundled JS ```npm run build```
6363
5. Link the package ```npm link```
@@ -66,7 +66,7 @@ Please follow these steps:
6666

6767
1. Create a new npm package or move into and existing one ```mkdir app-using-sendbird-chat```
6868
```npm init -y```
69-
2. Link package to sendbird-platform-sdk ```npm link path/to/sdk/sendbird-platform-sdk```
69+
2. Link package to sendbird-platform-sdk ```npm link path/to/sdk/sendbird-platform-sdk-javascript```
7070

7171
The linking step is demonstrated visually here.
7272

0 commit comments

Comments
 (0)