chore(docs): do not syntax highlight install command

This commit is contained in:
Ibby 2017-03-23 17:55:15 -04:00
parent 0e2d5ac1de
commit 261e9cc249

View File

@ -223,7 +223,7 @@ docType: "<$ doc.docType $>"
</p>
<@ endif @>
<pre><code>$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif @>
<pre><code class="nohighlight">$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif @>
$ npm install --save @ionic-native/<$ doc.npmId $>
</code></pre>
<p>Repo: