From 09b402edb94b640f6e7c2ee2d1d4d429d4276602 Mon Sep 17 00:00:00 2001 From: Bernardo Farah Date: Sat, 2 Apr 2016 23:14:39 -0700 Subject: [PATCH] Updated README to use version 5 Teeny-tiny change, but just saw that you guys are on 5.1 and I figured you wanted this in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daed6f689..0663689e7 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ We're definitely not doing that. With react_on_rails, webpack is mainly generati 1. Add the following to your Gemfile and bundle install: ```ruby - gem "react_on_rails", "~> 4" + gem "react_on_rails", "~> 5" ``` 2. See help for the generator: