chore(docs): add linebreak for install commands

This commit is contained in:
Ibby 2017-03-20 17:28:34 -04:00
parent 62f658b722
commit 566cc08b1e

View File

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