Skip to content

Commit

Permalink
documentation for slide numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Nov 28, 2013
1 parent f1a416d commit 3d2549d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -499,6 +499,13 @@ By default, Reveal is configured with [highlight.js](http://softwaremaniacs.org/
</section>
```

### Slide number
If you would like to display the page number of the current slide you can do so using the ```slideNumber``` configuration value.

```javascript
Reveal.configure({ slideNumber: true });
```


### Overview mode

Expand Down

0 comments on commit 3d2549d

Please sign in to comment.