Skip to content

Commit 56ac675

Browse files
committed
more readme
1 parent cccd978 commit 56ac675

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Javascript Finite State Machine (v2.4.0)
22

3-
This standalone javascript micro-framework provides a finite state machine for your pleasure.
4-
5-
* You can find the [code here](https://github.com/jakesgordon/javascript-state-machine)
6-
* You can find a [description here](http://codeincomplete.com/posts/2013/1/26/javascript_state_machine_v2_2_0/)
7-
* You can find a [working demo here](http://codeincomplete.com/posts/2011/8/19/javascript_state_machine_v2/example/)
3+
A standalone library for finite state machines.
84

95
# Download
106

@@ -341,6 +337,18 @@ define a custom `error` handler:
341337

342338
See [RELEASE NOTES](https://github.com/jakesgordon/javascript-state-machine/blob/master/RELEASE_NOTES.md) file.
343339

340+
# Related Links
341+
342+
* You can find the [code on github](https://github.com/jakesgordon/javascript-state-machine)
343+
* You can find a [working demo here](http://codeincomplete.com/posts/2011/8/19/javascript_state_machine_v2/example/)
344+
345+
* [v2.3 release announcement](http://codeincomplete.com/posts/javascript-state-machine-v2-3-0/)
346+
* [v2.2 release announcement](http://codeincomplete.com/posts/javascript-state-machine-v2-2-0/)
347+
* [v2.1 release announcement](http://codeincomplete.com/posts/javascript-state-machine-v2-1-0/)
348+
* [v2.0 release announcement](http://codeincomplete.com/posts/javascript-state-machine-v2)
349+
* [v1.2 release announcement](http://codeincomplete.com/posts/javascript-state-machine-v1-2-0)
350+
* [v1.0 release announcement](http://codeincomplete.com/posts/javascript-state-machine)
351+
344352
# License
345353

346354
See [LICENSE](https://github.com/jakesgordon/javascript-state-machine/blob/master/LICENSE) file.

0 commit comments

Comments
 (0)