README in rev-0.1.2 vs README in rev-0.1.3

- old
+ new

@@ -7,9 +7,13 @@ Rev also binds asynchronous wrappers to Ruby's core socket classes so you can use them in conjunction with Rev to build asynchronous event-driven applications. +You can include Rev in your programs with: + + require 'rev' + == Anatomy Rev builds on two core classes which bind to the libev API: * Rev::Loop - This class represents an event loop which uses underlying high