docs(ocr): update example

This commit is contained in:
Daniel Sogl 2019-09-04 22:56:01 +03:00 committed by GitHub
parent 1d878c6902
commit 4cb97eeec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ export interface OCRResult {
*
* @usage
* ```typescript
* import { MobileOCR, OCRSourceType } from '@ionic-native/ocr/ngx';
* import { OCR, OCRSourceType } from '@ionic-native/ocr/ngx';
*
*
* constructor(private ocr: MobileOCR) { }