From f356041f093efef9f9e3de11c40347d69ba362f2 Mon Sep 17 00:00:00 2001 From: Mike Brocchi Date: Mon, 27 Feb 2017 14:26:16 -0500 Subject: [PATCH] docs: update version in changelog to reflect RC.1 (not 0) (#14740) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c7cfa5eb..13aa8385f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,7 +60,7 @@ The following is a list of known issues that will be fixed in the next rcs. - legacy UMD bundles don't have correct RxJS mappings when running in ES5 mode without a module system -## Installing RC.0 +## Installing RC.1 We have two main ways to update. If you have an existing project, you should be able to run: `npm install @angular/{common,compiler,compiler-cli,core,forms,http,platform-browser,platform-browser-dynamic,platform-server,router,animations}@next --save`