<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,7 +13,7 @@ Example
     class StepExample extends Step {
 
       // send a text/html content type back each time
-      before() {
+      before {
         contentType = &quot;text/html&quot;
       }
 
@@ -82,7 +82,7 @@ Supported Methods
 
     Run some block before a request is returned.
 
-*   __get__
+*   __get(`path`)__
 
     Respond to a GET request.
 
@@ -90,17 +90,17 @@ Supported Methods
     &quot;/match/this/path/and/save/:this&quot; would match that GET request, and provide you with a
     params(&quot;:this&quot;) in your block.
 
-*   __post__
+*   __post(`path`)__
 
     Respond to a POST request.
 
     Posted variables are available in the `params` hash.
 
-*   __delete__
+*   __delete(`path`)__
 
     Respond to a DELETE request.
 
-*   __put__
+*   __put(`path`)__
 
     Respond to a PUT request.
 </diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6ae7e63e5c5e2fd06565c1c269156f95ef4f03ac</id>
    </parent>
  </parents>
  <author>
    <name>alandipert</name>
    <email>alan@ubergibson.com</email>
  </author>
  <url>http://github.com/alandipert/step/commit/04085272517d409c56759dd6359e6868885091c5</url>
  <id>04085272517d409c56759dd6359e6868885091c5</id>
  <committed-date>2009-06-09T18:29:15-07:00</committed-date>
  <authored-date>2009-06-09T18:29:15-07:00</authored-date>
  <message>updated readme</message>
  <tree>5cde6cc10ea0bf55e6e4f95e4d3d7a20109ada2c</tree>
  <committer>
    <name>alandipert</name>
    <email>alan@ubergibson.com</email>
  </committer>
</commit>
