We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ac675 commit f2cc8a0Copy full SHA for f2cc8a0
README.md
@@ -13,7 +13,13 @@ or the [minified version](https://github.com/jakesgordon/javascript-state-machin
13
14
# Usage
15
16
-Include `state-machine.js` in your web application, or, for npm `require('javascript-state-machine')`.
+Include `state-machine.js` in your web application:
17
+
18
+ <script src='state-machine.js'></script>
19
20
+Or for npm:
21
22
+ var StateMachine = require('javascript-state-machine');
23
24
In its simplest form, create a standalone state machine using:
25
0 commit comments