From cd88c0aa0ac3feb7924b79e0d4d44a2c4870c83e Mon Sep 17 00:00:00 2001 From: Ibby Date: Mon, 20 Mar 2017 16:51:33 -0400 Subject: [PATCH] chore(): improve docs --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1bf6375fb..409020b61 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,16 @@ Ionic Native is a curated set of wrappers for Cordova plugins that make adding any native functionality you need to your [Ionic 2](http://ionicframework.com/) mobile app easy. -### Documentation +## Installation + +Run following command to install Ionic Native in your project. +``` +npm install @ionic-native/core --save +``` + +You also need to install the Ionic Native package for each plugin you want to add. Please see the Ionic Native documentation for complete instructions on how to add and use the plugins. + +## Documentation For the full Ionic Native documentation, please visit [http://ionicframework.com/docs/v2/native/](http://ionicframework.com/docs/v2/native/). @@ -58,13 +67,6 @@ Spent way too long diagnosing an issue only to realize a plugin wasn't firing or ![img](http://ionic-io-assets.s3.amazonaws.com/ionic-native-console.png) -## Installation - -Run following commmand to install ionic-native in your project. -``` -npm install ionic-native --save -``` - ## Plugin Missing? Let us know or submit a PR! Take a look at [the Developer Guide](https://github.com/driftyco/ionic-native/blob/master/DEVELOPER.md) for more on how to contribute. :heart: