Skip to content

Commit

Permalink
Readme, get instance doc
Browse files Browse the repository at this point in the history
  • Loading branch information
josex2r committed Jul 21, 2015
1 parent 2c41c87 commit 8b6c03e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Creating the machine:
var machine = $(foo).slotMachine( params );
```

Get machine instance:

```javascript
var machine = $(foo).slotMachine();
```

Shuffle:

```javascript
Expand Down

0 comments on commit 8b6c03e

Please sign in to comment.