Skip to content

Commit a67eb07

Browse files
killrazorfilipesilva
authored andcommitted
fix(@angular/cli): Update README.md project generation text. (#5958)
angular-cli/packages/@angular/cli/utilities/validate-project-name.ts looks for hypen(-) rather than the listed underscore(_).
1 parent de8336d commit a67eb07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ ng help
5050
### Generating and serving an Angular project via a development server
5151

5252
```bash
53-
ng new PROJECT_NAME
54-
cd PROJECT_NAME
53+
ng new PROJECT-NAME
54+
cd PROJECT-NAME
5555
ng serve
5656
```
5757
Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

0 commit comments

Comments
 (0)