Skip to content

Commit 0de9cb6

Browse files
pedrobuzzifilipesilva
authored andcommitted
docs(@angular/cli): fix sample home.md
1 parent 32d3f5b commit 0de9cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/documentation/home.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Generating and serving an Angular project via a development server
1515
[Create](new) and [run](serve) a new project:
1616
```
1717
ng new my-project
18-
cd new-project
18+
cd my-project
1919
ng serve
2020
```
2121
Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

0 commit comments

Comments
 (0)