Merge pull request #1776 from bloudermilk/patch-1

Fixes syntax highlighting in the "Getting started" section of the README
This commit is contained in:
Carlos Antonio da Silva
2012-04-04 11:09:03 -07:00

View File

@@ -91,7 +91,9 @@ Once you have solidified your understanding of Rails and authentication mechanis
Devise 2.0 works with Rails 3.1 onwards. You can add it to your Gemfile with:
gem 'devise'
```ruby
gem 'devise'
```
Run the bundle command to install it.