Skip to content

Commit

Permalink
fix(@angular/cli): Update README.md project generation text. (#5958)
Browse files Browse the repository at this point in the history
angular-cli/packages/@angular/cli/utilities/validate-project-name.ts looks for hypen(-) rather than the listed underscore(_).
  • Loading branch information
killrazor authored and filipesilva committed May 9, 2017
1 parent 9da5495 commit f502bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ ng help
### Generating and serving an Angular project via a development server

```bash
ng new PROJECT_NAME
cd PROJECT_NAME
ng new PROJECT-NAME
cd PROJECT-NAME
ng serve
```
Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Expand Down

0 comments on commit f502bd9

Please sign in to comment.