docs(android-notch): adjust example

Co-Authored-By: Daniel Sogl <mytechde@outlook.com>
This commit is contained in:
Daniel Sogl 2021-01-23 18:43:16 +01:00
parent a96faf1378
commit 7a4df59189

View File

@ -10,7 +10,7 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
* *
* @usage * @usage
* ```typescript * ```typescript
* import { AndroidNotch } from '@ionic-native/android-notch/nx'; * import { AndroidNotch } from '@ionic-native/android-notch/ngx';
* *
* *
* constructor(private androidNotch: AndroidNotch) { } * constructor(private androidNotch: AndroidNotch) { }