README.md in attractor-2.0.5 vs README.md in attractor-2.1.0

- old
+ new

@@ -193,10 +193,11 @@ --file_prefix|-p app/models --type|-t rb|js --watch|-w --start_ago|-s (e.g. 5y, 3m, 7w) --minimum_churn|-c (minimum times a file must have changed to be processed) + --ignore|-i 'spec/*_spec.rb,db/schema.rb,tmp' ``` Generate a full report ```sh @@ -205,10 +206,11 @@ --type|-t rb|js --watch|-w --no-open-browser|--ci --start_ago|-s (e.g. 5y, 3m, 7w) --minimum_churn|-c (minimum times a file must have changed to be processed) + --ignore|-i 'spec/*_spec.rb,db/schema.rb,tmp' ``` Serve the output on `http://localhost:7890` ```sh @@ -216,9 +218,10 @@ --file_prefix|-p app/models --watch|-w --no-open-browser|--ci --start_ago|-s (e.g. 5y, 3m, 7w) --minimum_churn|-c (minimum times a file must have changed to be processed) + --ignore|-i 'spec/*_spec.rb,db/schema.rb,tmp' ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.