Skip to content

Commit b3c68f1

Browse files
committed
better readme
1 parent 96809ac commit b3c68f1

File tree

14 files changed

+34
-34
lines changed

14 files changed

+34
-34
lines changed

1.hello-world/1.minimum-code.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2>Minimum Code to Read Barcodes</h2>
1515
/** LICENSE ALERT - README
1616
* The library requires a license to work, the APIs organizationID and handshakeCode specify how to acquire a license.
1717
* If nothing is specified, a 7-day (public) trial license will be used by default which is the case in this sample.
18-
* Note that network connection is required for this license acquisition to work.
18+
* Note that network connection is required for this license to work.
1919
*/
2020

2121
/* When using your own license, please uncomment the following lines and fill in your own information. */

1.hello-world/2.read-an-image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2>Read An Existing Image</h2>
2626
/** LICENSE ALERT - README
2727
* The library requires a license to work, the APIs organizationID and handshakeCode specify how to acquire a license.
2828
* If nothing is specified, a 7-day (public) trial license will be used by default which is the case in this sample.
29-
* Note that network connection is required for this license acquisition to work.
29+
* Note that network connection is required for this license to work.
3030
*/
3131

3232
/* When using your own license, please uncomment the following lines and fill in your own information. */

1.hello-world/3.read-video-angular/src/app/dbr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import DBR from "dynamsoft-javascript-barcode";
33
/** LICENSE ALERT - README
44
* The library requires a license to work, the APIs organizationID and handshakeCode specify how to acquire a license.
55
* If nothing is specified, a 7-day (public) trial license will be used by default which is the case in this sample.
6-
* Note that network connection is required for this license acquisition to work.
6+
* Note that network connection is required for this license to work.
77
*/
88

99
/* When using your own license, please uncomment the following lines and fill in your own information. */

1.hello-world/4.read-video-react/src/dbr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import DBR from "dynamsoft-javascript-barcode";
33
/** LICENSE ALERT - README
44
* The library requires a license to work, the APIs organizationID and handshakeCode specify how to acquire a license.
55
* If nothing is specified, a 7-day (public) trial license will be used by default which is the case in this sample.
6-
* Note that network connection is required for this license acquisition to work.
6+
* Note that network connection is required for this license to work.
77
*/
88

99
/* When using your own license, please uncomment the following lines and fill in your own information. */

1.hello-world/5.read-video-vue/src/dbr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import DBR from "dynamsoft-javascript-barcode";
33
/** LICENSE ALERT - README
44
* The library requires a license to work, the APIs organizationID and handshakeCode specify how to acquire a license.
55
* If nothing is specified, a 7-day (public) trial license will be used by default which is the case in this sample.
6-
* Note that network connection is required for this license acquisition to work.
6+
* Note that network connection is required for this license to work.
77
*/
88

99
/* When using your own license, please uncomment the following lines and fill in your own information. */

2.ui-tweaking/1.read-video-show-result.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2>Use Default Camera UI</h2>
2424
/** LICENSE ALERT - README
2525
* The library requires a license to work, the APIs organizationID and handshakeCode specify how to acquire a license.
2626
* If nothing is specified, a 7-day (public) trial license will be used by default which is the case in this sample.
27-
* Note that network connection is required for this license acquisition to work.
27+
* Note that network connection is required for this license to work.
2828
*/
2929

3030
/* When using your own license, please uncomment the following lines and fill in your own information. */

2.ui-tweaking/2.read-video-no-extra-control.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/** LICENSE ALERT - README
1818
* The library requires a license to work, the APIs organizationID and handshakeCode specify how to acquire a license.
1919
* If nothing is specified, a 7-day (public) trial license will be used by default which is the case in this sample.
20-
* Note that network connection is required for this license acquisition to work.
20+
* Note that network connection is required for this license to work.
2121
*/
2222

2323
/* When using your own license, please uncomment the following lines and fill in your own information. */

2.ui-tweaking/3.read-video-with-external-control.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
/** LICENSE ALERT - README
4848
* The library requires a license to work, the APIs organizationID and handshakeCode specify how to acquire a license.
4949
* If nothing is specified, a 7-day (public) trial license will be used by default which is the case in this sample.
50-
* Note that network connection is required for this license acquisition to work.
50+
* Note that network connection is required for this license to work.
5151
*/
5252

5353
/* When using your own license, please uncomment the following lines and fill in your own information. */

2.ui-tweaking/4.difference-video-size.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/** LICENSE ALERT - README
2222
* The library requires a license to work, the APIs organizationID and handshakeCode specify how to acquire a license.
2323
* If nothing is specified, a 7-day (public) trial license will be used by default which is the case in this sample.
24-
* Note that network connection is required for this license acquisition to work.
24+
* Note that network connection is required for this license to work.
2525
*/
2626

2727
/* When using your own license, please uncomment the following lines and fill in your own information. */

3.settings/0.all-settings/src/dbr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import DBR from "dynamsoft-javascript-barcode";
33
/** LICENSE ALERT - README
44
* The library requires a license to work, the APIs organizationID and handshakeCode specify how to acquire a license.
55
* If nothing is specified, a 7-day (public) trial license will be used by default which is the case in this sample.
6-
* Note that network connection is required for this license acquisition to work.
6+
* Note that network connection is required for this license to work.
77
*/
88

99
/* When using your own license, please uncomment the following lines and fill in your own information. */

0 commit comments

Comments
 (0)