From f22c9fc51eeb0f11c1b231ec6c9a95d3dcebebc1 Mon Sep 17 00:00:00 2001 From: mhartington Date: Tue, 19 Apr 2016 09:07:33 -0400 Subject: [PATCH] docs(): update plugin install command References https://github.com/driftyco/ionic-site/pull/555 --- 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 3eeeff32..d22083a1 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -118,7 +118,7 @@ docType: "<$ doc.docType $>" <@- if doc.decorators @> <@ for prop in doc.decorators[0].argumentInfo @> -
$ <@ if prop.install @><$ prop.install $><@ else @>cordova plugin add <$ prop.plugin $><@ endif -@>
+
$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif -@>

Repo: <$ prop.repo $>