chore(docs): fix readme generation

This commit is contained in:
Ibby
2017-03-14 21:21:56 -04:00
parent bc7aef92f3
commit 78c4b6a85c
3 changed files with 21 additions and 34 deletions
+4 -1
View File
@@ -224,7 +224,10 @@ docType: "<$ doc.docType $>"
</p>
<@ endif @>
<pre><code>$ <@ if prop.install @><$ prop.install $><@ else @>npm install @ionic-native/<$ prop.pluginRef $> -save<@ endif -@></code></pre>
<pre><code>
$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif -@>
$ npm install --save @ionic-native/<$ prop.pluginRef $>
</code></pre>
<p>Repo:
<a href="<$ prop.repo $>">
<$ prop.repo $>