Skip to content

Commit 2cc9f51

Browse files
committed
Update readme.md
1 parent 4a2f5f5 commit 2cc9f51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ A live application URL will be available in the output.
143143
144144
**Pushing Updates**
145145

146-
grunt build
146+
grunt
147147

148148
Commit and push the resulting build, located in your dist folder:
149149

@@ -182,7 +182,7 @@ Your app should now be live. To view it run `heroku open`
182182
183183
**Pushing Updates**
184184

185-
grunt build
185+
grunt
186186

187187
Commit and push the resulting build, located in your dist folder:
188188

@@ -238,7 +238,7 @@ yo angular-fullstack:controller user
238238

239239
Produces:
240240

241-
client/app/user/user.controller.create
241+
client/app/user/user.controller.js
242242
client/app/user/user.controller.spec.js
243243

244244
### Directive

0 commit comments

Comments
 (0)