From c09aeb99076b24059523f7f3a0f85199e5058f58 Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Tue, 15 Dec 2015 23:30:02 -0500 Subject: [PATCH] chore(readme): update wording - Update with more natural wording --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e73bc95fac8..8416b5036950 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ Prototype of a CLI for Angular 2 applications based on the [ember-cli](http://ww ## Note -This projects is very much still a work in progress. +This project is very much still a work in progress. We still have a long way before getting out of our alpha stage. -If you wish to collaborate while the project is still young, checkout [our list issues](https://github.com/angular/angular-cli/issues). +If you wish to collaborate while the project is still young, check out [our issue list](https://github.com/angular/angular-cli/issues). ## Prerequisites @@ -102,7 +102,7 @@ Checkout [angular-cli-github-pages addon](https://github.com/IgorMinar/angular-c This project is currently a prototype so there are many known issues. Just to mention a few: - All blueprints/scaffolds are in TypeScript only, in the future blueprints in all dialects officially supported by Angular will be available. -- On Windows you need to run the `build` and `serve` commands with Admin permissions otherwise the performance really sucks. +- On Windows you need to run the `build` and `serve` commands with Admin permissions, otherwise the performance is not good. - [Protractor](https://angular.github.io/protractor/) integration is missing. - The initial installation as well as `ng new` take too long because of lots of npm dependencies. - "ember" branding leaks through many error messages and help text.