From 1e73d3574a4f2694ffa268d26cb7572c5c743aa7 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Fri, 26 Feb 2016 11:31:21 -0600 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 97895411a..6c717f449 100644 --- a/README.md +++ b/README.md @@ -26,18 +26,18 @@ watch.unsubscribe(); Spent way too long diagnosing an issue only to realize a plugin wasn't firing or installed? Ionic Native lets you know what the issue is and how you can resolve it. +## 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: -## Installation Guide - -Run following commmand to install ionic-native on your ionic2 project. -``` -npm install ionic-native --save -``` - # Credits Tim Lancina - [@timlancina](http://twitter.com/timlancina)