From 99b8eabd3a85ca50d8ba74d34be03ae84182f9e5 Mon Sep 17 00:00:00 2001 From: Tyler Date: Fri, 14 Apr 2017 00:48:24 -0500 Subject: [PATCH] fix(@angular/cli): Update README.md project generation text. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a27ef51a5a0b..d4253fc65828 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.