Skip to content

Commit f394419

Browse files
committed
Update README.md
1 parent 3d240d1 commit f394419

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -172,16 +172,16 @@ Options to download the SDK:
172172

173173
<a target="_blank" href="https://www.dynamsoft.com/barcode-reader/downloads/?ver=9.6.42&utm_source=github" title="Download the JavaScript Package">Download the JavaScript Package</a>
174174

175-
- yarn
175+
- npm
176176

177177
```cmd
178-
yarn add dynamsoft-javascript-barcode
178+
npm i dynamsoft-javascript-barcode -E
179179
```
180180

181-
- npm
181+
- yarn
182182

183183
```cmd
184-
npm install dynamsoft-javascript-barcode --save
184+
yarn add dynamsoft-javascript-barcode -E
185185
```
186186

187187
Depending on how you downloaded the SDK and how you intend to use it, you can typically include it like this:

0 commit comments

Comments
 (0)