From 1702578d89e3fb4f9374d1a9ec63204528c23579 Mon Sep 17 00:00:00 2001 From: Fahrradflucht Date: Sat, 12 Mar 2016 11:44:03 +0100 Subject: [PATCH] docs(readme): add module name question to route generator example The route generator asks for a module name. Add it to match the usage experience. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 9c3b2aca3..a0f764778 100644 --- a/readme.md +++ b/readme.md @@ -164,6 +164,7 @@ Generates a new route. Example: ```bash yo angular-fullstack:route myroute +[?] What module name would you like to use? myApp [?] Where would you like to create this route? client/app/ [?] What will the url of your route be? /myroute ```