Skip to content

Commit

Permalink
Shift code sections correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Dec 12, 2014
1 parent fa8e42b commit 1fa84ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,15 +10,15 @@ ruby processes (also on different hosts) via the connected database.

You can use rubygems to fetch the gem and install it for you:

# gem install active_record_mutex
# gem install active_record_mutex

You can also put this line into your Rails environment.rb file

config.gem 'active_record_mutex'
config.gem 'active_record_mutex'

and install the gem via

$ rake gems:install
$ rake gems:install

## Usage

Expand Down

0 comments on commit 1fa84ec

Please sign in to comment.