Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crash83k authored Aug 7, 2017
1 parent 5a71053 commit 0e1f058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ var PageTour = $.fn.PageTour();
PageTour.switchTo('#some_DOM', {
title: 'Some DOM Object',
description: 'This is a DOM object on the page.',
next: switchTo('#another_DOM', {...}),
next: switchTo('#a_previous_DOM', {...})
next: PageTour.switchTo('#another_DOM', {...}),
next: PageTour.switchTo('#a_previous_DOM', {...})
});
```

0 comments on commit 0e1f058

Please sign in to comment.