Skip to content

Commit 69920c8

Browse files
authored
Merge pull request #142 from AmirHaytham/patch-1
Fixed a typo in README
2 parents 91b1976 + 058700a commit 69920c8

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
@@ -101,7 +101,7 @@ CameraMlVision<List<Barcode>>(
101101
)
102102
```
103103

104-
`CameraMlVision` is a widget that show the preview of the camera. It take a detector as parameter here we pass the `detectInImage` method of the `BarcodeDetector` object.
104+
`CameraMlVision` is a widget that shows the preview of the camera. It takes a detector as a parameter here we pass the `detectInImage` method of the `BarcodeDetector` object.
105105
The detector parameter can take all the different FirebaseVision Detector. Here is a list :
106106

107107
```

0 commit comments

Comments
 (0)