Skip to content

Commit

Permalink
Add annotation about rails 4 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
LTe committed Jan 10, 2015
1 parent 886ef19 commit 9fa40fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Usage

To use it, add it to your Gemfile:

### Rails 3
### Rails >= 3

```ruby
gem 'acts-as-messageable'
Expand All @@ -26,7 +26,7 @@ Use this [fork](http://github.com/openfirmware/acts-as-messageable)
Thanks for [@openfirmware](http://github.com/openfirmware)

```ruby
gem 'acts-as-messageable', :git => 'git://github.com/openfirmware/acts-as-messageable.git',
gem 'acts-as-messageable', :git => 'git://github.com/openfirmware/acts-as-messageable.git',
:branch => 'rails2.3.11_compatible'
```

Expand Down

0 comments on commit 9fa40fa

Please sign in to comment.