docs(linkedin): fix import reference

This commit is contained in:
Ibby Hadeed 2017-03-21 23:12:32 -04:00 committed by GitHub
parent 5bf1cbeba3
commit 997f7a03aa

View File

@ -12,7 +12,7 @@ export type LinkedInLoginScopes = 'r_basicprofile' | 'r_emailaddress' | 'rw_comp
* *
* @usage * @usage
* ``` * ```
* import { LinkedIn } from 'ionic-native'; * import { LinkedIn } from '@ionic-native/linkedin';
* *
* constructor(private linkedin: LinkedIn) { } * constructor(private linkedin: LinkedIn) { }
* *