README.md in vindetta-0.5.0 vs README.md in vindetta-0.6.0

- old
+ new

@@ -1,11 +1,10 @@ # Vindetta -Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/vindetta`. To experiment with that code, run `bin/console` for an interactive prompt. +[![Build Status](https://travis-ci.org/kyledecot/vindetta.svg?branch=master)](https://travis-ci.org/kyledecot/vindetta) +[![Code Climate](https://codeclimate.com/github/kyledecot/vindetta/badges/gpa.svg)](https://codeclimate.com/github/kyledecot/vindetta) -TODO: Delete this and the text above, and describe your gem - ## Installation Add this line to your application's Gemfile: ```ruby @@ -20,10 +19,12 @@ $ gem install vindetta ## Usage -TODO: Write usage instructions here +```bash +$ vindetta generate +``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.