README.md in rspec-become-matcher-0.1.0 vs README.md in rspec-become-matcher-0.1.1

- old
+ new

@@ -1,7 +1,7 @@ # Rspec::BecomeMatcher [![Build Status](https://travis-ci.org/fujimura/rspec-become-matcher.svg?branch=master)](https://travis-ci.org/fujimura/rspec-become-matcher) -RSpec matcher to check that an expression changed its result in arbitrary seconds. +RSpec matcher to check that an expression changed its result within arbitrary seconds. ```ruby async_task.start! expect { async_task.finished? }.to become(true) ```