diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-11-09 11:46:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 11:46:57 +0100 |
commit | 1c8edfc8e4c85218512f2b0fdb2a7d122351a7e6 (patch) | |
tree | 7df29c41e42b1316c97c58fb52ed758a63993c01 | |
parent | 43eada79901830702bd40dce857831aef8e76759 (diff) | |
parent | 04dcc48fa9d90d815e18c633a970bc1052e7b4ed (diff) | |
download | fosdem-2018-presentation-1c8edfc8e4c85218512f2b0fdb2a7d122351a7e6.tar fosdem-2018-presentation-1c8edfc8e4c85218512f2b0fdb2a7d122351a7e6.tar.gz |
Merge pull request #1957 from crowchirp/patch-1
corrected minor typo in readme file
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -872,7 +872,7 @@ Reveal.initialize({ ## PDF Export -Presentations can be exported to PDF via a special print stylesheet. This feature requires that you use [Google Chrome](http://google.com/chrome) or [Chromium](https://www.chromium.org/Home) and to be serving the presention from a webserver. +Presentations can be exported to PDF via a special print stylesheet. This feature requires that you use [Google Chrome](http://google.com/chrome) or [Chromium](https://www.chromium.org/Home) and to be serving the presentation from a webserver. Here's an example of an exported presentation that's been uploaded to SlideShare: http://www.slideshare.net/hakimel/revealjs-300. ### Page size |