From dea9f42d5fe513ea38376f7a62db9128d1e9e43d Mon Sep 17 00:00:00 2001
From: Jan Piotrowski <piotrowski+github@gmail.com>
Date: Thu, 11 May 2017 17:53:15 +0200
Subject: [PATCH] Changed `ionic plugin`to `ionic cordova plugin`

---
 scripts/docs/templates/common.template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html
index fdf82ff1..2a78c67d 100644
--- a/scripts/docs/templates/common.template.html
+++ b/scripts/docs/templates/common.template.html
@@ -177,7 +177,7 @@ docType: "<$ doc.docType $>"
 <h2>Installation</h2>
 <ol class="installation">
   <li>Install the Cordova and Ionic Native plugins:<br>
-    <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 --save <$ prop.plugin $><@ endif @>
 $ npm install --save @ionic-native/<$ doc.npmId $>
 </code></pre>
   </li>