README.md in carrasco-0.1.4 vs README.md in carrasco-0.1.5

- old
+ new

@@ -54,12 +54,13 @@ ``` You can execute: ```bash -carrasco all # all your tasks -carrasco phpunit # phpunit only -carrasco qa # all qa scripts +bundle exec carrasco # list commands +bundle exec carrasco all # all your tasks +bundle exec carrasco phpunit # phpunit only +bundle exec carrasco qa # all qa scripts ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.