Skip to content

Commit b120376

Browse files
authored
Update README.md
1 parent 965add7 commit b120376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ Install the Desk SDK with npm by entering the command below on the command line.
9898
~$ npm install --save sendbird-desk
9999
```
100100

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.
102102

103103
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.
104104

105105
```javascript
106-
<script src="lib/SendBird.min.js"></script>
106+
<script src="lib/SendBird.Desk.min.js"></script>
107107
```
108108

109109
<br />

0 commit comments

Comments
 (0)