projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1a416d
)
documentation for slide numbers
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Thu, 28 Nov 2013 21:48:36 +0000
(16:48 -0500)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Thu, 28 Nov 2013 21:48:36 +0000
(16:48 -0500)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 7cac95ce3255b54f8d210f7c30136fc45f3b36bf..f224e5e8bd1e4104759043a650efa34721373cd1 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-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