diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-06-12 08:53:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-12 08:53:09 +0200 |
commit | 43eada79901830702bd40dce857831aef8e76759 (patch) | |
tree | aa15ab5aef05d644efdc4678e3bc2813c936196c /css | |
parent | 360bc940062711db9b8020ce4e848f6c37014481 (diff) | |
parent | 0d1be9920fc6507ac3d1e1bc5b4e47b4cbb87b04 (diff) | |
download | fosdem-2018-presentation-43eada79901830702bd40dce857831aef8e76759.tar fosdem-2018-presentation-43eada79901830702bd40dce857831aef8e76759.tar.gz |
Merge pull request #1898 from bentsai/patch-1
Fix typo
Diffstat (limited to 'css')
-rw-r--r-- | css/theme/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/README.md b/css/theme/README.md index 5a6c8fa..1bca121 100644 --- a/css/theme/README.md +++ b/css/theme/README.md @@ -1,6 +1,6 @@ ## Dependencies -Themes are written using Sass to keep things modular and reduce the need for repeated selectors across files. Make sure that you have the reveal.js development environment including the Grunt dependencies installed before proceding: https://github.com/hakimel/reveal.js#full-setup +Themes are written using Sass to keep things modular and reduce the need for repeated selectors across files. Make sure that you have the reveal.js development environment including the Grunt dependencies installed before proceeding: https://github.com/hakimel/reveal.js#full-setup ## Creating a Theme |