chore(changelog): fix npm install to use beta 10 instead of nightly

This commit is contained in:
Brandy Carney
2016-06-28 10:31:10 -04:00
committed by GitHub
parent 5c804450c4
commit 29dd8da3b4

View File

@@ -25,7 +25,7 @@
1. Run the following command from your command prompt/terminal to update to the latest version of the Ionic framework 2:
```
npm install --save ionic-angular@nightly @angular/common@2.0.0-rc.3 @angular/compiler@2.0.0-rc.3 @angular/platform-browser@2.0.0-rc.3 @angular/platform-browser-dynamic@2.0.0-rc.3 @angular/http@2.0.0-rc.3 @angular/core@2.0.0-rc.3 @angular/router@2.0.0-rc.2
npm install --save ionic-angular@2.0.0-beta.10 @angular/common@2.0.0-rc.3 @angular/compiler@2.0.0-rc.3 @angular/platform-browser@2.0.0-rc.3 @angular/platform-browser-dynamic@2.0.0-rc.3 @angular/http@2.0.0-rc.3 @angular/core@2.0.0-rc.3 @angular/router@2.0.0-rc.2
```
2. Remove the `*navbar` attribute so this: