<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -163,6 +163,10 @@ Class definition:
     end
   end
 
+*Note* the comment made on the +initialize+ method in the class.  In order for
+state machine attributes to be properly initialized, &lt;tt&gt;super()&lt;/tt&gt; must be called.
+See StateMachine::MacroMethods for more information about this.
+
 Using the above class as an example, you can interact with the state machine
 like so:
 
@@ -217,10 +221,6 @@ like so:
   
   vehicle.fire_events!(:ignite, :enable_alarm)    # =&gt; StateMachine::InvalidTransition: Cannot run events in parallel: ignite, enable_alarm
 
-*Note* the comment made on the +initialize+ method in the class.  In order for
-state machine attributes to be properly initialized, &lt;tt&gt;super()&lt;/tt&gt; must be called.
-See StateMachine::MacroMethods for more information about this.
-
 == Integrations
 
 In addition to being able to define state machines on all Ruby classes, a set of
@@ -267,7 +267,7 @@ saving the record, named scopes, validation errors, and observers.  For example,
       # log message
     end
     
-    # Generic transition callback *before* the transition is performed
+    # Generic transition callback *after* the transition is performed
     def after_transition(vehicle, transition)
       Audit.log(vehicle, transition)
     end
@@ -318,7 +318,7 @@ callbacks, validation errors, and observers.  For example,
       # log message (self is the record)
     end
     
-    # Generic transition callback *before* the transition is performed
+    # Generic transition callback *after* the transition is performed
     after_transition do |transition|
       Audit.log(self, transition) # self is the record
     end</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b4b65d3416d619b80a158956cc440beada387d69</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </author>
  <url>http://github.com/pluginaweek/state_machine/commit/2623e4d374a2069ef64200383472176a2a41a091</url>
  <id>2623e4d374a2069ef64200383472176a2a41a091</id>
  <committed-date>2009-04-05T06:00:37-07:00</committed-date>
  <authored-date>2009-04-05T06:00:37-07:00</authored-date>
  <message>Tweak README docs</message>
  <tree>f3d6c59db59a8c235f69f98b950f45d92802a008</tree>
  <committer>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </committer>
</commit>
