README.md in react_on_rails-10.0.0 vs README.md in react_on_rails-10.0.1

- old
+ new

@@ -2,11 +2,11 @@ *If this projects helps you, please give us a star!* [ShakaCode is hiring team members](http://www.shakacode.com/about/#work-with-us) for our own app, [Friends and Guests](https://www.friendsandguests.com). -# React on Rails v9 is based on Webpacker 3.0! +# React on Rails v10 is based on Webpacker 3.0! * See the article [Introducing React on Rails v9 with Webpacker Support](https://blog.shakacode.com/introducing-react-on-rails-v9-with-webpacker-support-f2584c6c8fa4) for an overview of the integration of React on Rails with Webpacker. * [Video of running the v9 installer with Webpacker v3](https://youtu.be/M0WUM_XPaII). * See the updated [Tutorial](https://github.com/shakacode/react_on_rails/blob/master/docs/tutorial.md). * See the [CHANGELOG.md](https://github.com/shakacode/react_on_rails/blob/master/CHANGELOG.md) for migration instructions. @@ -188,10 +188,10 @@ **For more detailed instructions on a fresh Rails app**, see the [React on Rails Basic Tutorial](docs/tutorial.md). 1. Add the following to your Gemfile and `bundle install`. We recommend fixing the version of React on Rails, as you will need to keep the exact version in sync with the version in your `client/package.json` file. ```ruby - gem "react_on_rails", "9.0.0" + gem "react_on_rails", "10.0.0" gem "webpacker", "~> 3.0" ``` 2. Run the following 2 commands to install Webpacker with React: ```