diff --git a/README.md b/README.md index 9ed4f585b..6b314001c 100644 --- a/README.md +++ b/README.md @@ -69,17 +69,20 @@ import DocumentScannerAndroid from "react-native-documentscanner-android"; ### Manual capture -- Get the component ref +- Import `capture` method ```tsx import { capture } from 'react-native-documentscanner-android'; ``` -- Then +- Then use it ```ts -scanner.capture(); +