<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -37,10 +37,10 @@ unless it returns true. A guard is called on the original business object
 You can also define event callback methods in the decorator. The signature
 for those will be: 
 
-	[state]EnteringAction:  Fires just before you enter this state
-	[state]AfterAction:     Fires just after the state becomes current
-	[state]ExitAction:      Fires on the previous state just after the new
-													state becomes current (i.e. when you leave this state)
+	before[state]Action: Fires just before you enter this state
+	after[state]Action:  Fires just after the state becomes current
+	exit[state]Action:   Fires on the previous state just after the new
+											 state becomes current (i.e. when you leave this state)
 													
 
 === EXAMPLE ===
@@ -80,7 +80,7 @@ for those will be:
 		
 		&lt;!--- Observers ---&gt;
 		
-		&lt;cffunction name=&quot;closedEnteringAction&quot; access=&quot;public&quot; returntype=&quot;void&quot; output=&quot;false&quot;&gt;
+		&lt;cffunction name=&quot;beforeClosedAction&quot; access=&quot;public&quot; returntype=&quot;void&quot; output=&quot;false&quot;&gt;
 			&lt;!--- Perform some action such as sending a notification when an order is closed. ---&gt;
 			&lt;cfmail ... /&gt;
 		&lt;/cffunction&gt;</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>94ee712cb48348cfe764d06a9181405bfb125a95</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Wood</name>
    <email>ryan.wood@gmail.com</email>
  </author>
  <url>http://github.com/ryanwood/shade/commit/9bd2d89c803a6023caf640b7d8bd70f7cd4b4582</url>
  <id>9bd2d89c803a6023caf640b7d8bd70f7cd4b4582</id>
  <committed-date>2008-07-18T12:17:52-07:00</committed-date>
  <authored-date>2008-07-18T12:17:52-07:00</authored-date>
  <message>Updated README</message>
  <tree>493534df196c4ddab36142411f29b18e6fb679ac</tree>
  <committer>
    <name>Ryan Wood</name>
    <email>ryan.wood@gmail.com</email>
  </committer>
</commit>
