Skip to content

Commit

Permalink
Merge pull request #35 from ysiadf/patch-2
Browse files Browse the repository at this point in the history
Update README to include current gem install instructions for Rails 3.
  • Loading branch information
npverni committed Feb 2, 2012
2 parents a154bde + 2208f30 commit b022731
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -41,8 +41,16 @@ Simply require this library before you use it:
``` ruby
require 'chargify_api_ares'
```

If you're using Rails, you could include this gem in your configuration, i.e. in `environment.rb`

If you're using Rails 3.x, you could include this gem in your Gemfile.
``` ruby
gem 'chargify_api_ares'
```

Install the gem using the following command:
$ bundle install

If you're using Rails 2 you could include this gem in your configuration, i.e. in `environment.rb`

``` ruby
config.gem 'chargify_api_ares'
Expand Down

0 comments on commit b022731

Please sign in to comment.