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:
parent
45aca40f6c
commit
85e4a0e6ec
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue