Skip to content

Commit 657a87a

Browse files
RicardoVarandafilipesilva
authored andcommitted
chore(readme): change 'ng server' to 'ng serve'
Changed server to serve in order to maintain consistency throughout.
1 parent 6c77184 commit 657a87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Now you can use `angular-cli` via the command line:
267267
ng new foo
268268
cd foo
269269
npm link angular-cli
270-
ng server
270+
ng serve
271271
```
272272

273273
`npm link angular-cli` is needed because by default the globally installed `angular-cli` just loads

0 commit comments

Comments
 (0)