File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,22 @@ Javascript Finite State Machine
44This standalone javascript micro-framework provides a finite state machine for your pleasure.
55
66 * You can find the [ code here] ( https://github.com/jakesgordon/javascript-state-machine )
7- * You can find a [ description here] ( https://github.com/jakesgordon/javascript-state-machine ) - COMING SOON
8- * You can find a [ working demo here] ( https://github.com/jakesgordon/javascript-state-machine ) - COMING SOON
7+ * You can find a description here - (_ coming soon_ )
8+ * You can find a working demo here - (_ coming soon_ )
9+
10+ Download
11+ ========
12+
13+ You can download the [ source state-machine.js here] ( https://github.com/jakesgordon/javascript-state-machine/raw/master/state-machine.js ) ,
14+ or the [ minified version here] ( https://github.com/jakesgordon/javascript-state-machine/raw/master/state-machine.min.js )
15+
16+ Alternatively
17+
18+ git clone git@github.com:jakesgordon/javascript-state-machine
19+
920
1021 * All code is in state-machine.js
22+ * Minified version provided as state-machine.min.js
1123 * No 3rd party library is required
1224 * Demo can be found in /index.html
1325 * QUnit tests can be found in /test/index.html
You can’t perform that action at this time.
0 commit comments