Skip to content

Commit a369986

Browse files
committed
added download section to readme
1 parent 8e4fce3 commit a369986

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,22 @@ Javascript Finite State Machine
44
This 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

0 commit comments

Comments
 (0)