ifandelse / machina.js

js ex machina - finite state machines in JavaScript
http://machina-js.org/
Other
1.93k stars 147 forks source link

Readme Example Error #122

Closed suprafly closed 8 years ago

suprafly commented 8 years ago

Missing a comma after the closing brace of the state dictionary. ie. states: { /* ... */ } ,