aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-09-10 08:28:52 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-09-10 08:28:52 +0200
commit0338f280d3942094782da57ea3b5b72bdb833e9d (patch)
tree371e619bc9474e78dd805635b6a210614b20d4c1 /README.md
parent5a40b4486f46b18aa640046595fc592cbb1a5735 (diff)
downloadfosdem-2018-presentation-0338f280d3942094782da57ea3b5b72bdb833e9d.tar
fosdem-2018-presentation-0338f280d3942094782da57ea3b5b72bdb833e9d.tar.gz
add getSlideNotes API method and tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8d25fa7..9011605 100644
--- a/README.md
+++ b/README.md
@@ -372,6 +372,9 @@ Reveal.getIndices(); // { h: 0, v: 0 } }
Reveal.getProgress(); // 0-1
Reveal.getTotalSlides();
+// Returns the speaker notes for the current slide
+Reveal.getSlideNotes();
+
// State checks
Reveal.isFirstSlide();
Reveal.isLastSlide();