Skip to content

Commit

Permalink
Fixes import typo in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
markrickert committed Aug 16, 2022
1 parent b7a36f7 commit 2ece834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
## Usage
```js
import { labelImage } from "vision-camera-image-labeler";
import { scanOCR } from "vision-camera-ocr";

// ...
const frameProcessor = useFrameProcessor((frame) => {
Expand Down

0 comments on commit 2ece834

Please sign in to comment.