diff --git a/scripts/docs/dgeni/templates/common.template.html b/scripts/docs/dgeni/templates/common.template.html index d0a516bf5..7228ca862 100644 --- a/scripts/docs/dgeni/templates/common.template.html +++ b/scripts/docs/dgeni/templates/common.template.html @@ -187,7 +187,7 @@ docType: "<$ doc.docType $>"
  1. Install the Cordova and Ionic Native plugins:
    $ <@ if prop.install @><$ prop.install | replace('<', '<').replace('>', '>') $><@ else @>ionic cordova plugin add <$ prop.plugin $><@ endif @>
    -$ npm install @ionic-native/<$ doc.npmId $>@beta
    +$ npm install @ionic-native/<$ doc.npmId $>
     
  2. Add this plugin to your app's module