docs(): fix package name (#1340)

Fixes documentation with the new import syntax
This commit is contained in:
Leonardo Ruhland 2017-04-14 09:59:15 -03:00 committed by Ibby Hadeed
parent caec80b661
commit b30883a876

View File

@ -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) { }