docs(sms-retriever): update example (#4103)
Update URL import { SmsRetriever } from '@awesome-cordova-plugins/sms-retriever/ngx';
This commit is contained in:
parent
4a43c143fe
commit
32c65efe10
@ -7,7 +7,7 @@ import { Cordova, AwesomeCordovaNativePlugin, Plugin } from '@awesome-cordova-pl
|
||||
* This plugin retrives the SMS which arrive without requiring READ permissions.
|
||||
* @usage
|
||||
* ```typescript
|
||||
* import { SmsRetriever } from '@awesome-cordova-plugins/sms-retriever';
|
||||
* import { SmsRetriever } from '@awesome-cordova-plugins/sms-retriever/ngx';
|
||||
*
|
||||
*
|
||||
* constructor(private smsRetriever: SmsRetriever) { }
|
||||
|
Loading…
Reference in New Issue
Block a user