mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
docs(readme): update ng --help to ng help in readme
Fix #3168 Close #3159
This commit is contained in:
parent
761e86f222
commit
00bf3ff5df
@ -16,7 +16,7 @@ This project is very much still a work in progress.
|
|||||||
The CLI is now in beta.
|
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).
|
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
|
## Webpack update
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ npm install -g angular-cli
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ng --help
|
ng help
|
||||||
```
|
```
|
||||||
|
|
||||||
### Generating and serving an Angular2 project via a development server
|
### Generating and serving an Angular2 project via a development server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user