diff options
author | Rafael Moraes | 2015-05-19 14:56:24 -0400 |
---|---|---|
committer | Rafael Moraes | 2015-05-19 14:56:24 -0400 |
commit | 7c7776a942b68c338c585e7538c5d692e5916b42 (patch) | |
tree | d8ab47e72bb71bdb80cb37252b307358aa3d2855 /README.md | |
parent | eff2265bbd6d892ae2316edff748754b4b0c4798 (diff) |
added missing comma on the configuration example
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ Reveal.initialize({ parallaxBackgroundImage: '', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'" // Parallax background size - parallaxBackgroundSize: '' // CSS syntax, e.g. "2100px 900px" + parallaxBackgroundSize: '', // CSS syntax, e.g. "2100px 900px" // Amount to move parallax background (horizontal and vertical) on slide change // Number, e.g. 100 |