From 46502cb8649940e76d73161b3cf02bbee9d1c6d4 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sun, 14 May 2017 11:30:34 +0200 Subject: [PATCH] docs(ionic-site): CLI V3 command (#1556) --- scripts/docs/templates/readme.template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/templates/readme.template.md b/scripts/docs/templates/readme.template.md index 69fd10d5e..be66fad9c 100644 --- a/scripts/docs/templates/readme.template.md +++ b/scripts/docs/templates/readme.template.md @@ -16,7 +16,7 @@ <@ for prop in doc.decorators[0].argumentInfo @> ``` -$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif @> +$ <@ if prop.install @><$ prop.install $><@ else @>ionic cordova plugin add <$ prop.plugin $><@ endif @> $ npm install --save @ionic-native/<$ doc.npmId $> ```