Skip to content

Commit 4e2c68e

Browse files
Merge pull request #363 from dynamsoft-docs/preview
update to internal commit 8a82a7c1
2 parents 37006cb + 8f84847 commit 4e2c68e

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

programming-old/javascript/user-guide/index-v9.6.42.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,16 +187,16 @@ Options to download the SDK:
187187

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

190-
- yarn
190+
- npm
191191

192192
```cmd
193-
yarn add dynamsoft-javascript-barcode
193+
npm i dynamsoft-javascript-barcode -E
194194
```
195195

196-
- npm
196+
- yarn
197197

198198
```cmd
199-
npm install dynamsoft-javascript-barcode --save
199+
yarn add dynamsoft-javascript-barcode -E
200200
```
201201

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

programming/javascript/user-guide/index.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -284,30 +284,30 @@ Options to download the SDK:
284284
285285
[Download Dynamsoft Barcode Reader JavaScript Package](https://www.dynamsoft.com/barcode-reader/downloads/?ver=10.2.10&utm_source=guide&product=dbr&package=js){:target="_blank"}
286286
287-
- yarn
287+
- npm
288288
289289
```cmd
290-
yarn add [email protected] --save
291-
yarn add [email protected] --save
292-
yarn add [email protected] --save
293-
yarn add [email protected] --save
294-
yarn add [email protected] --save
295-
yarn add [email protected] --save
296-
yarn add [email protected] --save
297-
yarn add [email protected] --save
290+
291+
292+
293+
294+
295+
296+
297+
298298
```
299299
300-
- npm
300+
- yarn
301301
302302
```cmd
303-
npm install [email protected] --save
304-
npm install [email protected] --save
305-
npm install [email protected] --save
306-
npm install [email protected] --save
307-
npm install [email protected] --save
308-
npm install [email protected] --save
309-
npm install [email protected] --save
310-
npm install [email protected] --save
303+
yarn add [email protected] -E
304+
yarn add [email protected] -E
305+
yarn add [email protected] -E
306+
yarn add [email protected] -E
307+
yarn add [email protected] -E
308+
yarn add [email protected] -E
309+
yarn add [email protected] -E
310+
yarn add [email protected] -E
311311
```
312312
313313
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)