diff --git a/scripts/docs/templates/readme.template.md b/scripts/docs/templates/readme.template.md index 69fd10d5..be66fad9 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 $> ```