mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-05-12 05:41:34 +08:00
docs(): fix package name (#1340)
Fixes documentation with the new import syntax
This commit is contained in:
parent
caec80b661
commit
b30883a876
@ -8,7 +8,7 @@ import { Injectable } from '@angular/core';
|
|||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
* ```
|
* ```
|
||||||
* import { SQLitePorter } from 'ionic-native';
|
* import { SQLitePorter } from '@ionic-native/sqlite-porter';
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* constructor(private sqlitePorter: SQLitePorter) { }
|
* constructor(private sqlitePorter: SQLitePorter) { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user