From 29dd8da3b4363cda572a59dbacfbbe0d2e9c2135 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 28 Jun 2016 10:31:10 -0400 Subject: [PATCH] chore(changelog): fix npm install to use beta 10 instead of nightly --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb25f28bd..dc611658e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: