Skip to content
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.

Commit

Permalink
Fixed more README stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pxljoy.io authored Jul 24, 2017
1 parent a700d60 commit 5437c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var tutorial = new Tutor;
**3. Add a step**
``` js
tutorial.addStep('.element');
tutorial.addSteps([{el: '.element'}, {el:'.other', options:{on:'keypress'}}]);
```
**4. Start**
Expand Down

0 comments on commit 5437c4d

Please sign in to comment.