README.md in sucker-2.0.0.pre.3 vs README.md in sucker-2.0.0.pre.4
- old
+ new
@@ -81,20 +81,22 @@
[Browse the public interface of Sucker.](http://rdoc.info/github/papercavalier/sucker/master/frames)
Evented Requests
----------------
-I am including a simple synchrony driver in the 2.0 major version release.
+I am including a EM:Synchrony patch in the 2.0 release.
```ruby
require 'sucker/synchrony'
EM.synchrony do
# set up request
response = request.get
# do something with the response
EM.stop
end
+
+For more meaningful examples, read [these examples](http://relishapp.com/papercavalier/sucker/evented-requests).
```
Stubbing Tests
--------------