README.md in chaltron-0.1.5 vs README.md in chaltron-0.1.6

- old
+ new

@@ -4,11 +4,11 @@ [![Code Climate](https://codeclimate.com/github/vicvega/chaltron/badges/gpa.svg)](https://codeclimate.com/github/vicvega/chaltron) [![PullReview stats](https://www.pullreview.com/github/vicvega/chaltron/badges/master.svg?)](https://www.pullreview.com/github/vicvega/chaltron/reviews/master) [![security](https://hakiri.io/github/vicvega/chaltron/master.svg)](https://hakiri.io/github/vicvega/chaltron/master) In a fresh new rails application simply add to your `Gemfile` -``` -gem chaltron +```ruby +gem 'chaltron' ``` and install ``` bundle ```