docs(): update plugin install command

References https://github.com/driftyco/ionic-site/pull/555
This commit is contained in:
mhartington 2016-04-19 09:07:33 -04:00
parent 3894cb427d
commit f22c9fc51e

View File

@ -118,7 +118,7 @@ docType: "<$ doc.docType $>"
<@- if doc.decorators @>
<@ for prop in doc.decorators[0].argumentInfo @>
<pre><code>$ <@ if prop.install @><$ prop.install $><@ else @>cordova plugin add <$ prop.plugin $><@ endif -@></code></pre>
<pre><code>$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif -@></code></pre>
<p>Repo:
<a href="<$ prop.repo $>">
<$ prop.repo $>