Skip to content

Commit 9cc6ae4

Browse files
committed
Update README
1 parent e5f135e commit 9cc6ae4

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,7 @@ To have the best possible focus on the code we scan it is needed to choose the m
9696
Example for scanning 20x20mm QR codes.
9797

9898
```swift
99-
CodeScannerView(
100-
codeTypes: [.qr],
101-
simulatedData: "Paul Hudson",
102-
videoCaptureDevice: AVCaptureDevice.zoomedCameraForQRCode(withMinimumCodeSize: 20)
103-
) { response in
99+
CodeScannerView(codeTypes: [.qr], videoCaptureDevice: AVCaptureDevice.zoomedCameraForQRCode(withMinimumCodeSize: 20)) { response in
104100
switch response {
105101
case .success(let result):
106102
print("Found code: \(result.string)")

0 commit comments

Comments
 (0)