From c8020f29ac4772715e94180f810fbec9f6105727 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Sun, 17 Oct 2010 17:58:00 -0700 Subject: [PATCH] wording fix in readme --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index a8df4a5..c9f18d4 100644 --- a/README.rdoc +++ b/README.rdoc @@ -234,7 +234,7 @@ then iterating over every row using an #each like method yielding a block: == Special Thanks -* Eric Wong - for the contribution (and informative explanations of) of some thread-safety, non-blocking I/O and cleanup patches. You rock dude +* Eric Wong - for the contribution (and the informative explanations) of some thread-safety, non-blocking I/O and cleanup patches. You rock dude * Yury Korolev (http://github.com/yury) - for TONS of help testing the ActiveRecord adapter * Aaron Patterson (http://github.com/tenderlove) - tons of contributions, suggestions and general badassness * Mike Perham (http://github.com/mperham) - Async ActiveRecord adapter (uses Fibers and EventMachine)