diff --git a/README.md b/README.md index 83b73925d898..a5df0a7411ae 100644 --- a/README.md +++ b/README.md @@ -240,8 +240,7 @@ The installation of 3rd party libraries are well described at our [Wiki Page](ht 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 is not good. -- [Protractor](https://angular.github.io/protractor/) integration is missing. +- On Windows you need to run the `build` and `serve` commands with Admin permissions. - The initial installation as well as `ng new` take too long because of lots of npm dependencies. - Many existing ember addons are not compatible with Angular apps built via angular-cli. - When you `ng serve` remember that the generated project has dependencies that require **Node 4 or greater**.