Skip to content

Commit

Permalink
Merge pull request #148 from koenpunt/patch-1
Browse files Browse the repository at this point in the history
Use quotes instead of backticks for gem inclusion
  • Loading branch information
apotonick committed Mar 25, 2014
2 parents 415bf69 + 1802e9d commit fc6881e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Easy as hell. You just need Ruby 1.9.3/2.0.0 and Rails 3/4.
Add Apotomo to your `Gemfile`:

```ruby
gem `apotomo`
gem 'apotomo'
```

## Example
Expand Down

0 comments on commit fc6881e

Please sign in to comment.