README.md in massa-0.1.2 vs README.md in massa-0.1.3

- old
+ new

@@ -8,9 +8,17 @@ It's not rare to have Ruby (and Rails) projects becomming hard to maintain and less fun after a while. This gem helps you to keep or increase the quality, good practices and security of your projects. **Massa** can run in your CI using different code analyzers tools along with automated tests, instead of running only your automated tests. +Ie.: Instead of: + + $ bundle exec rubocop && bundle exec brakeman -Aqz && bundle exec rails_best_practices && bundle exec rspec && etc + +You will only need: + + $ bundle exec massa + You can either use only the [default tools](https://github.com/lucascaton/massa/blob/master/config/default_tools.yml) or adding custom ones by using a [simple config file](https://github.com/lucascaton/massa#usage). ![massa](https://raw.githubusercontent.com/lucascaton/massa/master/readme/massa.gif) Verbose mode: