1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Fixes syntax highlighting in the "Getting started" section of the README

This commit is contained in:
Brendan Loudermilk 2012-04-04 11:03:24 -07:00
parent 45aca40f6c
commit 85e4a0e6ec

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.