website/index.html in evdispatch-0.1.5 vs website/index.html in evdispatch-0.2.0

- old
+ new

@@ -16,11 +16,11 @@ <div id="main"> <h1>evdispatch</h1> <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/evdispatch"; return false'> <p>Get Version</p> - <a href="http://rubyforge.org/projects/evdispatch" class="numbers">0.1.3</a> + <a href="http://rubyforge.org/projects/evdispatch" class="numbers">0.1.5</a> </div> <h4 style="float:right;padding-right:10px;">&#x2192; &#8216;evdispatch&#8217;</h4> <h2>What</h2> @@ -44,10 +44,10 @@ thread using a synchronized queue. In the future, responses may be processed in ruby by monitoring a file handle, making it possible to use IO.select.</p> <p>The intended use of this library was to provide a method for -web applications to make multiple concurrent to satisify a single request.</p> +web applications to make multiple concurrent service requests to satisify a single web request.</p> <p>For example in rails this might look like:</p>