Skip to content

Commit 4dd1cf4

Browse files
Carlos Filoteofilipesilva
Carlos Filoteo
authored andcommitted
Update readme from alpha to beta
Close #931 Fix #927
1 parent b5b1a1b commit 4dd1cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Prototype of a CLI for Angular 2 applications based on the [ember-cli](http://ww
1313

1414
This project is very much still a work in progress.
1515

16-
We still have a long way before getting out of our alpha stage.
16+
The CLI is now in beta.
1717
If you wish to collaborate while the project is still young, check out [our issue list](https://github.com/angular/angular-cli/issues).
1818

1919
## Prerequisites
@@ -102,7 +102,7 @@ ng generate route hero
102102

103103
This will create a folder which will contain the hero component and related test and style files.
104104

105-
The generated route will also be registered with the parent component's `@RouteConfig` decorator.
105+
The generated route will also be registered with the parent component's `@RouteConfig` decorator.
106106

107107
By default the route will be designated as a **lazy** route which means that it will be loaded into the browser when needed, not upfront as part of a bundle.
108108

0 commit comments

Comments
 (0)