From e42b7fd0bedd8538b17e85963af61b13860b94a2 Mon Sep 17 00:00:00 2001 From: Andy Date: Thu, 11 Sep 2014 23:38:40 -0600 Subject: [PATCH] Minor typo fix in using generator instructions --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index da6a851d1..5ccfc22c7 100644 --- a/readme.md +++ b/readme.md @@ -198,7 +198,7 @@ Produces: client/app/myService/myService.service.spec.js -You can also do `yo angular:factory` and `yo angular:provider` for other types of services. +You can also do `yo angular-fullstack:factory` and `yo angular-fullstack:provider` for other types of services. ### Decorator Generates an AngularJS service decorator.