We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da5495 commit f502bd9Copy full SHA for f502bd9
README.md
@@ -50,8 +50,8 @@ ng help
50
### Generating and serving an Angular project via a development server
51
52
```bash
53
-ng new PROJECT_NAME
54
-cd PROJECT_NAME
+ng new PROJECT-NAME
+cd PROJECT-NAME
55
ng serve
56
```
57
Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
0 commit comments