From fc229506f4041cdbfa74585c96f2146e54a96295 Mon Sep 17 00:00:00 2001 From: Daan Nijkamp Date: Sat, 16 May 2015 15:21:22 +0200 Subject: [PATCH] Fix spelling mistake --- 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