You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,10 +152,10 @@ var sb = new SendBird({ appId: "APP_ID" });
152
152
153
153
If you have trouble importing Sendbird, please check your `tsconfig.json` file and change the value of `allowSyntheticDefaultImports` to true in `compilerOptions`.
154
154
155
-
-**Bower**
155
+
-**Yarn**
156
156
157
157
```bash
158
-
$ bower install sendbird
158
+
$ yarn add sendbird
159
159
```
160
160
161
161
Or download the latest Chat SDK for JavaScript from the following link if you do not want to use package manager
0 commit comments