mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +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
|
||||
* ```
|
||||
* import { SQLitePorter } from 'ionic-native';
|
||||
* import { SQLitePorter } from '@ionic-native/sqlite-porter';
|
||||
*
|
||||
*
|
||||
* constructor(private sqlitePorter: SQLitePorter) { }
|
||||
|
Loading…
Reference in New Issue
Block a user