Skip to content

Commit

Permalink
docs(template): fix install command (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl authored and ihadeed committed May 17, 2017
1 parent d5919d1 commit 5145395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs/templates/common.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h1 class="api-title"><$ doc.name $>
<@ endif @>

<# --- Install commands --- #>
<pre><code class="nohighlight">$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @>
<pre><code class="nohighlight">$ <@ if prop.install @><$ prop.install $><@ else @>ionic cordova plugin add <$ prop.plugin $><@ endif @>
$ npm install --save @ionic-native/<$ doc.npmId $>
</code></pre>
<p>Repo:
Expand Down

0 comments on commit 5145395

Please sign in to comment.