Skip to content

Commit eb45ff8

Browse files
committed
docs(readme): updated readme
1 parent 2e8e7bf commit eb45ff8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ yo angular-fullstack [app-name]
3434

3535
Launch your express server in development mode.
3636
```
37-
grunt server
37+
grunt serve
3838
```
3939

4040
Launch your express server in production mode, uses the minified/optimized production app folder.
4141
```
42-
grunt server:dist
42+
grunt serve:dist
4343
```
4444

4545
### Livereload
4646

47-
`grunt server` will watch client files in `app/`, and server files inside `lib/`, restarting the Express server when a change is detected.
47+
`grunt serve` will watch client files in `app/`, and server files inside `lib/`, restarting the Express server when a change is detected.
4848

4949
### Deployment
5050

0 commit comments

Comments
 (0)