浏览代码

documentation for slide numbers

Hakim El Hattab 11 年之前
父节点
当前提交
3d2549d4f4
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -499,6 +499,13 @@ By default, Reveal is configured with [highlight.js](http://softwaremaniacs.org/
 </section>
 </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
 ### Overview mode