Skip to content

Commit

Permalink
Update tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 authored Aug 8, 2018
1 parent 9149fbc commit 75c7408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React on Rails Basic Tutorial

This tutorial guides you through setting up a new or existing Rails app with **React on Rails**, demonstrating Rails + React + Redux + Server Rendering. It is updated to 11.0.8.
This tutorial guides you through setting up a new or existing Rails app with **React on Rails**, demonstrating Rails + React + Redux + Server Rendering. It is updated to 11.1.0.

After finishing this tutorial you will get an application that can do the following (live on Heroku):

Expand Down Expand Up @@ -59,7 +59,7 @@ bundle exec rails webpacker:install:react
Add the **React On Rails** gem to your Gemfile:

```
gem 'react_on_rails', '11.0.8' # prefer exact gem version to match npm version
gem 'react_on_rails', '11.1.8' # prefer exact gem version to match npm version
```

Note: Latest released React On Rails version is considered stable. Please use the latest version to ensure you get all the security patches and the best support.
Expand Down

0 comments on commit 75c7408

Please sign in to comment.