Skip to content

Commit

Permalink
Awful wording fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
crash83k authored Aug 7, 2017
1 parent 0ec72d6 commit 5a71053
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ accessible methods:
- `options` [optional Object] - Options for the switchTo method execution:
- `title` [optional String] : The title of the object.
- `description` [optional String] : The description of the object.
- `next` [optional Function] : A programmatic function to fire when the **Next** button is clicked. (Hidden if omitted)
- `prev` [optional Function] : A programmatic function to fire when the **Previous** button is clicked. (Hidden if omitted)
- `next` [optional Function] : A function to fire when the **Next** button is clicked. (Hidden if omitted)
- `prev` [optional Function] : A function to fire when the **Previous** button is clicked. (Hidden if omitted)
- `.open()` - Opens the tour. If the tour has previously been opened, it will open from where it was left off.
- `.next()` - Moves the tour on to the next tour item.
- `.prev()` - Moves the tour back to the previous tour item.
Expand Down Expand Up @@ -173,4 +173,4 @@ PageTour.switchTo('#some_DOM', {
next: switchTo('#another_DOM', {...}),
next: switchTo('#a_previous_DOM', {...})
});
```
```

0 comments on commit 5a71053

Please sign in to comment.