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
@@ -98,12 +98,12 @@ Install the Desk SDK with npm by entering the command below on the command line.
98
98
~$ npm install --save sendbird-desk
99
99
```
100
100
101
-
Automatically download our Desk SDK with just an npm install command by adding sendbird-desk dependency to the package.json file of your project.
101
+
Automatically download our Desk SDK with just an `npm` install command by adding `sendbird-desk` dependency to the `package.json` file of your project.
102
102
103
103
Download the latest Desk SDK for JavaScript, copy the Desk SDK to your project classpath (most commonly the lib/ directory), and then include the Desk SDK file to your working file.
0 commit comments