Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hakimel/reveal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Nov 11, 2012
2 parents d6d0f40 + 2e7b538 commit eb011e9
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 @@ -187,7 +187,7 @@ It's easy to link between slides. The first example below targets the index of a
<a href="#/some-slide">Link</a>
```

You can also add relative navigation links, similar to the built in reveal.js controls, by appending one of the following classes on any element. Note that each element is automatically given an ```enabled``` class when its a valid navigation route based on the current slide.
You can also add relative navigation links, similar to the built in reveal.js controls, by appending one of the following classes on any element. Note that each element is automatically given an ```enabled``` class when it's a valid navigation route based on the current slide.

```html
<a href="#" class="navigate-left">
Expand Down

0 comments on commit eb011e9

Please sign in to comment.