mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
chore(docs): add linebreak for install commands
This commit is contained in:
parent
62f658b722
commit
566cc08b1e
2
scripts/docs/templates/common.template.html
vendored
2
scripts/docs/templates/common.template.html
vendored
@ -225,7 +225,7 @@ docType: "<$ doc.docType $>"
|
|||||||
<@ endif @>
|
<@ endif @>
|
||||||
|
|
||||||
<pre><code>
|
<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 $>
|
$ npm install --save @ionic-native/<$ prop.pluginRef $>
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>Repo:
|
<p>Repo:
|
||||||
|
Loading…
Reference in New Issue
Block a user