diff --git a/README.rdoc b/README.rdoc index 8467b34b..bc4fcbca 100644 --- a/README.rdoc +++ b/README.rdoc @@ -263,7 +263,7 @@ like so: vehicle.state_paths(:from => :parked, :to => :first_gear) # => [[ # #, # # - # ]] + # ]] # Skipping state_machine and writing to attributes directly vehicle.state = "parked" vehicle.state # => "parked"