aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFederico Fissore <federico@fissore.org>2012-11-05 16:38:24 +0100
committerFederico Fissore <federico@fissore.org>2012-11-05 16:38:24 +0100
commit6ffa60f5d2e19b9e93fed34672ac860c4206e3c4 (patch)
tree221ead3406edfd6bb5180982f8aa6cfea0b3e6cb /README.md
parentf51067b00e8099bb576858e70db6e2fc44ce3d61 (diff)
downloadfreenode-live-2017-presentation-6ffa60f5d2e19b9e93fed34672ac860c4206e3c4.tar
freenode-live-2017-presentation-6ffa60f5d2e19b9e93fed34672ac860c4206e3c4.tar.gz
working on #227
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dd7d820..00af263 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ The Reveal class provides a minimal JavaScript API for controlling navigation an
```javascript
// Navigation
-Reveal.slide( indexh, indexv );
+Reveal.slide( indexh, indexv, indexf );
Reveal.left();
Reveal.right();
Reveal.up();