Skip to content

Commit 8b6c03e

Browse files
committed
Readme, get instance doc
1 parent 2c41c87 commit 8b6c03e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ Creating the machine:
2626
var machine = $(foo).slotMachine( params );
2727
```
2828

29+
Get machine instance:
30+
31+
```javascript
32+
var machine = $(foo).slotMachine();
33+
```
34+
2935
Shuffle:
3036

3137
```javascript

0 commit comments

Comments
 (0)