README.md in test-queue-0.1.2 vs README.md in test-queue-0.1.3

- old
+ new

@@ -1,18 +1,18 @@ ## test-queue Yet another parallel test runner, built using a centralized queue to ensure optimal distribution of tests between workers. -Specifially optimized for CI environments: build statistics from each run +Specifically optimized for CI environments: build statistics from each run are stored locally and used to sort the queue at the beginning of the next run. ### usage ``` $ minitest-queue $(find test/ -name \*_test.rb) -$ rspec-queue $(find spec/ -name \*_spec.rb) +$ rspec-queue --format progress spec ``` ### design test-queue uses a simple master + pre-fork worker model. The master