From baaaa20e26d557022c9173090f1523d56d3dbb1c Mon Sep 17 00:00:00 2001 From: kevcha Date: Wed, 16 Nov 2016 13:43:52 +0100 Subject: [PATCH] docs(readme): update ng --help to ng help in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38f56ec554a8..2582f8d58758 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This project is very much still a work in progress. The CLI is now in beta. If you wish to collaborate while the project is still young, check out [our issue list](https://github.com/angular/angular-cli/issues). -Before submitting new issues, have a look at [issues marked with the `type: faq` label](https://github.com/angular/angular-cli/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3A%22type%3A%20faq%22%20). +Before submitting new issues, have a look at [issues marked with the `type: faq` label](https://github.com/angular/angular-cli/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3A%22type%3A%20faq%22%20). ## Webpack update @@ -67,7 +67,7 @@ npm install -g angular-cli ## Usage ```bash -ng --help +ng help ``` ### Generating and serving an Angular2 project via a development server