README.md in minitest-hyper-0.1.0 vs README.md in minitest-hyper-0.2.0

- old
+ new

@@ -2,10 +2,12 @@ Generates attractive, self-contained HTML reports for your Minitest runs. This gem was created as a demonstration of how to build a Minitest extension for [The Minitest Cookbook](http://chriskottom.com/minitestcookbook/). +![Sample Report](./assets/sample_report.png) + ## Installation Add this line to your application's Gemfile: ```ruby @@ -40,9 +42,11 @@ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/minitest-hyper. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct. + +[The issue tracker for this project](https://github.com/[USERNAME]/minitest-hyper/issues) is the master list of enhancements and defects in need of repair. If you're looking to contribute, start there. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).