diff options
author | Hakim El Hattab | 2013-11-28 16:48:46 -0500 |
---|---|---|
committer | Hakim El Hattab | 2013-11-28 16:48:46 -0500 |
commit | 31438c88ba03aef77d6f3c681ac0e31bb94f3bef (patch) | |
tree | 58914df20992f94d5fa83c19ddbd94dfe4f71568 /README.md | |
parent | 599bef5fdfb70b4a85c95cf62c7eebfa85b6cbd5 (diff) | |
parent | 3d2549d4f461cd2cb21bde6ef8a482f1f27a51ae (diff) |
Merge branch 'dev' of github.com:hakimel/reveal.js
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |