Skip to content

Commit a98a10b

Browse files
committed
add numbers to sample list
1 parent 66b9584 commit a98a10b

File tree

1 file changed

+2
-2
lines changed
  • barcode-scanner-api-samples/scan-multiple-barcodes

1 file changed

+2
-2
lines changed

barcode-scanner-api-samples/scan-multiple-barcodes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# 📦 Scan Multiple Barcodes Samples
33

4-
## 🚀 Hello World
4+
## 🚀 1. Hello World
55

66
This sample demonstrates how to use the `BarcodeScanner` API from the [Dynamsoft Barcode Reader JavaScript SDK](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/) to scan **multiple barcodes continuously** from a video stream in a web application.
77

@@ -49,7 +49,7 @@ barcodeScanner.launch();
4949
- This sample scans **multiple unique barcodes**, you can configure `scanMode` to change the behavior to scan one single barcode.
5050
- To avoid network-related loading issues, consider hosting all required resources locally.
5151

52-
## 🛒 Cart Builder
52+
## 🛒 2. Cart Builder
5353

5454
This sample simulates a shopping experience where users scan barcodes to add items to a dynamic cart.
5555

0 commit comments

Comments
 (0)