From 68c67b6d5746d4ed7fb2f194fb42575fef0e5bcd Mon Sep 17 00:00:00 2001 From: Josh Pollock Date: Tue, 12 Feb 2019 12:30:24 -0500 Subject: [PATCH] Update cry install command (#76) When I ran `cry download erikras/ducks-modular-redux` I got the error`Command not found. Check the commands available above` The output was really well done and super useful. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b3f2ff..07f1b1b 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ There are configurable [BattleCry](https://github.com/pedsmoreira/battlecry) gen ```sh npm install -g battlecry -cry download erikras/ducks-modular-redux +cry download generator erikras/ducks-modular-redux cry init duck ```