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
+1 -1
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) { }