<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,20 +9,20 @@ Getting started
 3. Add a reference to System.Web.Mvc.IronRuby.dll
 3. Open Global.asax.cs and ...
 
-  // add this to your usings
-  using System.Web.Mvc;
+    // add this to your usings
+    using System.Web.Mvc;
   
-  // make the subclass of &quot;MvcApplication&quot; be &quot;RubyMvcApplication&quot;
-  namespace MyIronRubyMvcApp {
-      public class MvcApplication : RubyMvcApplication {
+    // make the subclass of &quot;MvcApplication&quot; be &quot;RubyMvcApplication&quot;
+    namespace MyIronRubyMvcApp {
+        public class MvcApplication : RubyMvcApplication {
       
-      }
-  }
+        }
+    }
 
 4. Create Routes.rb and define a default route:
 
-  $routes.ignore_route &quot;{resource}.axd/{*pathInfo}&quot;
-  $routes.map_route &quot;default&quot;, &quot;{controller}/{action}/{id}&quot;, :controller =&gt; 'Home', :action =&gt; 'index', :id =&gt; ''
+    $routes.ignore_route &quot;{resource}.axd/{*pathInfo}&quot;
+    $routes.map_route &quot;default&quot;, &quot;{controller}/{action}/{id}&quot;, :controller =&gt; 'Home', :action =&gt; 'index', :id =&gt; ''
 
 Controllers
 -----------</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>22077889d46f5a1c3adad1c4461f2597dc6afd3c</id>
    </parent>
  </parents>
  <author>
    <name>jschementi</name>
    <email>jschementi@gmail.com</email>
  </author>
  <url>http://github.com/jschementi/ironrubymvc/commit/3d82de8e3e9c5c5ec1f66fe7380f0e212b4ff424</url>
  <id>3d82de8e3e9c5c5ec1f66fe7380f0e212b4ff424</id>
  <committed-date>2009-03-19T16:34:48-07:00</committed-date>
  <authored-date>2009-03-19T16:34:48-07:00</authored-date>
  <message>Fix code formatting in README</message>
  <tree>b5a2fc3563188be08039e9ece7696807de121424</tree>
  <committer>
    <name>jschementi</name>
    <email>jschementi@gmail.com</email>
  </committer>
</commit>
