chore(dgeni): fixing npm install instructions

This commit is contained in:
perry
2017-03-20 17:13:47 -05:00
parent 566cc08b1e
commit da109514ae
5 changed files with 29 additions and 6 deletions
+2 -3
View File
@@ -224,9 +224,8 @@ docType: "<$ doc.docType $>"
</p>
<@ endif @>
<pre><code>
$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif @>
$ npm install --save @ionic-native/<$ prop.pluginRef $>
<pre><code>$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif @>
$ npm install --save @ionic-native/<$ prop.npmId $>
</code></pre>
<p>Repo:
<a href="<$ prop.repo $>">