Skip to content

Commit

Permalink
Add instructions for Gemfile installation
Browse files Browse the repository at this point in the history
  • Loading branch information
shwoodard committed May 30, 2014
1 parent 82cd05e commit 1430ccd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -25,6 +25,12 @@ Go ahead and install it as usual:
gem install yajl-ruby
```

Or use your Gemfile:

``` ruby
gem 'yajl-ruby', require: 'yajl'
```

## Example of use

NOTE: I'm building up a collection of small examples in the examples (http://github.com/brianmario/yajl-ruby/tree/master/examples) folder.
Expand Down

0 comments on commit 1430ccd

Please sign in to comment.