README.md in massa-0.1.5 vs README.md in massa-0.2.0.rc1

- old
+ new

@@ -10,17 +10,17 @@ **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 + $ bundle exec rubocop && bundle exec brakeman -Aqz && bundle exec rails_best_practices && bundle exec rspec && karma start --single-run --browsers PhantomJS && 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). +You can either use only the [default tools](https://github.com/lucascaton/massa/blob/master/config/default_tools.yml) or define your own 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: @@ -40,10 +40,10 @@ $ bundle ## Usage -Generate a config file: +Generate a config file (optional): $ bundle exec massa -g Then, run: