From 8ffb2fab837409ba4750a3722f32e8f2f0becfe9 Mon Sep 17 00:00:00 2001 From: William Buchwalter Date: Fri, 31 Jul 2015 17:01:08 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc07aaea5..17fc273dc 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ for this bug is to pass a function as the child which will then return the Compo ## Decorators -ECMA Script 6 introduces a new syntactic feature called Decorators. `react-redux` comes with two decorators to simply +ECMA Script 7 introduces a new syntactic feature called Decorators. `react-redux` comes with two decorators to simply creating smart components and providing the store at the top level. Here is the same example at the top of this document using decorators: