Skip to content

Commit 64d2c55

Browse files
docs(document-scanner): update example (#4236)
1 parent f96b758 commit 64d2c55

File tree

1 file changed

+1
-1
lines changed
  • src/@awesome-cordova-plugins/plugins/document-scanner

1 file changed

+1
-1
lines changed

src/@awesome-cordova-plugins/plugins/document-scanner/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export interface DocumentScannerOptions {
5050
* This plugin processes images of documents, compensating for perspective.
5151
* @usage
5252
* ```typescript
53-
* import { DocumentScanner, DocumentScannerOptions } from '@awesome-cordova-plugins/document-scanner';
53+
* import { DocumentScanner, DocumentScannerOptions } from '@awesome-cordova-plugins/document-scanner/ngx';
5454
*
5555
*
5656
* constructor(private documentScanner: DocumentScanner) { }

0 commit comments

Comments
 (0)