<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 WorklingMailer
 ==============
 
-This plugin provides a module which - when included into an ActionMailer subclass - pushes all emails that would normally be delivered synchronously into a queue for asynchronous processing. For queuing it relies on the workling plugin (http://github.com/purzelrakete/workling) which can handle for example twitter's starling as a queue server.
+This plugin provides a module which - when included into an ActionMailer subclass - pushes all emails that would normally be delivered synchronously into a queue for asynchronous processing. For queuing it relies on the workling plugin (http://github.com/purzelrakete/workling) which can use for example twitter's starling as a queue server.
 
 How it works
 ============
@@ -12,7 +12,7 @@ class MyMailer &lt; ActionMailer::Base
 	include AsynchMail
 end
 
-This dynamically creates a workling worker for the mailer. From now on all MyMailer.deliver_whatever_email calls create an entry in the corresponding queue and should be processed by a worker. If you still want to deliver mail sycnhronously add a bang to the method call: MyMailer.deliver_whatever_email!
+From now on all MyMailer.deliver_whatever_email calls create an entry in the MailerWorker.deliver_mail corresponding queue and should be processed by a worker. If you still want to deliver mail sycnhronously add a bang to the method call: MyMailer.deliver_whatever_email!
 
 Installation
 ============</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6b3dc23da4b4e36fd972f06b08595b6a667ca996</id>
    </parent>
  </parents>
  <author>
    <name>Alexander Lang</name>
    <email>alex@skywalker.local</email>
  </author>
  <url>http://github.com/langalex/workling_mailer/commit/d0b1c7511346774193e0d8ebfefb54427ff06f63</url>
  <id>d0b1c7511346774193e0d8ebfefb54427ff06f63</id>
  <committed-date>2008-05-20T11:13:59-07:00</committed-date>
  <authored-date>2008-05-20T11:13:59-07:00</authored-date>
  <message>updated the readme</message>
  <tree>a98c14f69e9ed68ea830e6ed115f7226aa7e83b7</tree>
  <committer>
    <name>Alexander Lang</name>
    <email>alex@skywalker.local</email>
  </committer>
</commit>
