From d62c2e348bcc61a6794ca23df02b6cce3c79d993 Mon Sep 17 00:00:00 2001 From: pborrazas Date: Wed, 14 Aug 2013 17:03:21 -0300 Subject: [PATCH] fix(cli): fix typo in angular:view generator usage --- view/USAGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/USAGE b/view/USAGE index ba3c4e7ec..ad73efad5 100644 --- a/view/USAGE +++ b/view/USAGE @@ -5,4 +5,4 @@ Example: yo angular:view thing This will create: - app/scripts/views/thing.html + app/views/thing.html