<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,20 +5,20 @@ This is only a toy project at the moment. It's an exercise for me to learn more
 #Example Program:
 
     urls = { 
-    '/', 'index',
-    '/users', 'users',
+        '/', 'index',
+        '/users', 'users',
     }
 
     class Index
-    def get
-      &quot;&lt;b&gt;hello there, gentlemen!&lt;/b&gt;&quot;
-    end
+        def get
+            &quot;&lt;b&gt;hello there, gentlemen!&lt;/b&gt;&quot;
+        end
     end
 
     class Users
-    def get
-      &quot;&lt;b&gt; you don't need this&lt;/b&gt;&quot;
-    end
+        def get
+            &quot;&lt;b&gt; you don't need this&lt;/b&gt;&quot;
+        end
     end
 
     Web.start(urls)</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>04a968c6fdb4974b7b86c7065934b4db1145c469</id>
    </parent>
  </parents>
  <author>
    <name>gaustin</name>
    <email>gaustin@gmail.com</email>
  </author>
  <url>http://github.com/gaustin/web-rb/commit/183f3a1bbf4de96c38593f2c5dd2483ef64da0cd</url>
  <id>183f3a1bbf4de96c38593f2c5dd2483ef64da0cd</id>
  <committed-date>2008-11-14T21:25:55-08:00</committed-date>
  <authored-date>2008-11-14T21:25:55-08:00</authored-date>
  <message>more betterer</message>
  <tree>b3fe2c01b34e17ecf83194eade925e8b5b3f1395</tree>
  <committer>
    <name>gaustin</name>
    <email>gaustin@gmail.com</email>
  </committer>
</commit>
