From 2c30ffbe62b32122128dca6cb8d531ca060cd722 Mon Sep 17 00:00:00 2001 From: Tyler Date: Mon, 3 Apr 2017 17:30:53 -0500 Subject: [PATCH] Update README.md project generation text. angular-cli/packages/@angular/cli/utilities/validate-project-name.ts looks for hypen(-) rather than the listed underscore(_). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 570856e76995..393c93265b16 100644 --- a/README.md +++ b/README.md @@ -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.