Skip to content

Commit

Permalink
Merge pull request #55 from mortonfox/patch-1
Browse files Browse the repository at this point in the history
Fix the second "deck instances" link.
  • Loading branch information
markdalgleish committed Apr 22, 2015
2 parents e4d2ea7 + 3577006 commit ab995c5
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 @@ -219,7 +219,7 @@ Deck instances are provided to plugins and returned when instantiating a present

##### Binding Events

Events are bound via the [deck instance](deck-instances). Each event is passed an event object containing a reference to the relevant slide and its index.
Events are bound via the [deck instance](#deck-instances). Each event is passed an event object containing a reference to the relevant slide and its index.

```js
deck.on(eventName, function(event) {
Expand Down

0 comments on commit ab995c5

Please sign in to comment.