diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-04-12 17:11:12 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-04-12 17:11:12 +0200 |
commit | 69bc0be226f03c941268c5ebaad254d62e0b26d8 (patch) | |
tree | 8650d136a017c0df7c5a47d637ed329ade557b7c | |
parent | 8858ee75a5b5a74c4ed102555c7baaa0f5d29ecd (diff) | |
parent | 3ec15e35b24a13a2f29fb925373c97fee378d672 (diff) | |
download | perl-software-in-gnu-guix-69bc0be226f03c941268c5ebaad254d62e0b26d8.tar perl-software-in-gnu-guix-69bc0be226f03c941268c5ebaad254d62e0b26d8.tar.gz |
Merge pull request #1180 from kayakr/patch-1
typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -272,7 +272,7 @@ Reveal.initialize({ ### Auto-sliding -Presentations can be configure to progress through slides automatically, without any user input. To enable this you will need to tell the framework how many milliseconds it should wait between slides: +Presentations can be configured to progress through slides automatically, without any user input. To enable this you will need to tell the framework how many milliseconds it should wait between slides: ```javascript // Slide every five seconds |