Skip to content

Commit

Permalink
docs(@angular/cli): fix sample home.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobuzzi authored and filipesilva committed May 11, 2017
1 parent 32d3f5b commit 0de9cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Generating and serving an Angular project via a development server
[Create](new) and [run](serve) a new project:
```
ng new my-project
cd new-project
cd my-project
ng serve
```
Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Expand Down

0 comments on commit 0de9cb6

Please sign in to comment.