Skip to content

Commit 3936070

Browse files
authored
Merge pull request #152 from praveenperera/patch-2
2 parents 746c1c1 + 3423730 commit 3936070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If things go wrong, your result will contain a `ScanError` set to one of these t
3131
You can provide a variety of extra customization options to `CodeScannerView` in its initializer:
3232

3333
- `scanMode` can be `.once` to scan a single code, `.oncePerCode` to scan many codes but only trigger finding each unique code once, and `.continuous` will keep finding codes until you dismiss the scanner. Default: `.once`.
34-
- `scanInterval` controls how fast individual codes should be scanned when running in `.continuous` scan mode.
34+
- `scanInterval` controls how fast individual codes should be scanned (in seconds) when running in `.continuous` scan mode.
3535
- `showViewfinder` determines whether to show a box-like viewfinder over the UI. Default: false.
3636
- `simulatedData` allows you to provide some test data to use in Simulator, when real scanning isn’t available. Default: an empty string.
3737
- `shouldVibrateOnSuccess` allows you to determine whether device should vibrate when a code is found. Default: true.

0 commit comments

Comments
 (0)