From e94f494fa25a3baa8d268b3b3614ff53fe89f5ce Mon Sep 17 00:00:00 2001 From: Manu Phatak Date: Thu, 14 May 2015 13:47:54 -0500 Subject: [PATCH] typo: srore vs store --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67d3b59..1b2f5db 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ Sets the style file's template and extension ### es6 -If you are using `es6`, and want to use its export functionality (and not webpack's), just add `--es6` flag when you create a component, action or srore. +If you are using `es6`, and want to use its export functionality (and not webpack's), just add `--es6` flag when you create a component, action or store. ## Testing