<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -187,13 +187,13 @@ While the Async AMQP client is fast and non-blocking, it can't be used in non-ev
 
 Once you have your workling.yml set up as per the example, configure your application like this:
 
-  # AQMP (RabbitMQ) SYNCHRONOUS INTERFACE implementation. Default port 5672
-  # Choose one of the Bunny or Carrot lines
-  Workling::Clients::SyncAmqpClient.client_class = Bunny # requires : config.gem &quot;celldee-bunny&quot;, :lib =&gt; &quot;bunny&quot;, :source =&gt; &quot;http://gems.github.com&quot;
-  Workling::Clients::SyncAmqpClient.client_class = Carrot # requires : config.gem &quot;famoseagle-carrot&quot;, :lib =&gt; &quot;carrot&quot;, :source =&gt; &quot;http://gems.github.com&quot;
-  Workling::Remote.dispatcher = RemoteProcessing::ClientRunner.new
-  Workling::Remote.dispatcher.client = Workling::Clients::SyncAmqpClient.new
-  Workling::Return::Store.instance = Workling::Return::Store::SyncAmqpReturnStore.new
+    # AQMP (RabbitMQ) SYNCHRONOUS INTERFACE implementation. Default port 5672
+    # Choose one of the Bunny or Carrot lines
+    Workling::Clients::SyncAmqpClient.client_class = Bunny # requires : config.gem &quot;celldee-bunny&quot;, :lib =&gt; &quot;bunny&quot;, :source =&gt; &quot;http://gems.github.com&quot;
+    Workling::Clients::SyncAmqpClient.client_class = Carrot # requires : config.gem &quot;famoseagle-carrot&quot;, :lib =&gt; &quot;carrot&quot;, :source =&gt; &quot;http://gems.github.com&quot;
+    Workling::Remote.dispatcher = RemoteProcessing::ClientRunner.new
+    Workling::Remote.dispatcher.client = Workling::Clients::SyncAmqpClient.new
+    Workling::Return::Store.instance = Workling::Return::Store::SyncAmqpReturnStore.new
 
 Note that at the time of writing, the Bunny gem errored when the tmm1-amqp gem was installed at the same time. Other than that though, the workling client above is written to use them both equally well.
 
@@ -203,29 +203,29 @@ Amazon SQS is a queue system that is hosted by Amazon as part of the AWS suite o
 
 First, install the following gems:
 
-  # Both of the following are required for the RightawsSqsGen2Client for Workling
-  sudo gem install right_http_connection
-  sudo gem install right_aws
+    # Both of the following are required for the RightawsSqsGen2Client for Workling
+    sudo gem install right_http_connection
+    sudo gem install right_aws
   
 
 Then, ensure at a minimum that the following config is present in your workling.yml:
 
-  aws:
-    # These are mandatory
-    access_key_id: 0123456789ABCDEF0123
-    secret_access_key: qwertyuiopasdfghjklzxcvbnm124567890qwert
-    # These can be ommitted - will default to settings as per RightAws
-    #server: queue.amazonaws.com
-    #port: 443
-    #signature_version: '0'
+    aws:
+      # These are mandatory
+      access_key_id: 0123456789ABCDEF0123
+      secret_access_key: qwertyuiopasdfghjklzxcvbnm124567890qwert
+      # These can be ommitted - will default to settings as per RightAws
+      #server: queue.amazonaws.com
+      #port: 443
+      #signature_version: '0'
 
 
 Finally, configure your application:
 
-  # Amazon SQS
-  Workling::Remote.dispatcher = Workling::Remote::Runners::ClientRunner.new
-  Workling::Remote.dispatcher.client = Workling::Clients::RightawsSqsGen2Client.new
-  Workling::Return::Store.instance = Workling::Return::Store::RightawsSqsGen2ReturnStore.new
+    # Amazon SQS
+    Workling::Remote.dispatcher = Workling::Remote::Runners::ClientRunner.new
+    Workling::Remote.dispatcher.client = Workling::Clients::RightawsSqsGen2Client.new
+    Workling::Return::Store.instance = Workling::Return::Store::RightawsSqsGen2ReturnStore.new
 
 
 # Using RudeQueue</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0d58532297607b7221a2493a5f326b73e945ae07</id>
    </parent>
  </parents>
  <author>
    <name>Dan Sketcher</name>
    <email>dan@sketcher.net</email>
  </author>
  <url>http://github.com/touchlocal/workling/commit/e874a85e05007b752368e8aac9f2c8f2f1b0488a</url>
  <id>e874a85e05007b752368e8aac9f2c8f2f1b0488a</id>
  <committed-date>2009-11-03T04:27:35-08:00</committed-date>
  <authored-date>2009-11-03T04:27:35-08:00</authored-date>
  <message>Correct formatting</message>
  <tree>2e47d4250511d261d85f1e9950b4d086bb71fd9a</tree>
  <committer>
    <name>Dan Sketcher</name>
    <email>dan@sketcher.net</email>
  </committer>
</commit>
