From ba84d6d4996643de58f8851d2f35075c7daa240e Mon Sep 17 00:00:00 2001 From: Yannick Croissant Date: Sun, 17 Apr 2016 19:06:57 +0000 Subject: [PATCH] Update React version in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6643446ed..724a77f7e4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ You can also specify some settings that will be shared across all the plugin rul "settings": { "react": { "pragma": "React", // Pragma to use, default to "React" - "version": "0.14.0" // React version, default to the latest React stable release + "version": "15.0" // React version, default to the latest React stable release } } }