Skip to content

Commit ed0af87

Browse files
committed
update url to setup instructions (closes hakimel#520)
1 parent b292c6f commit ed0af87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/theme/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Dependencies
22

3-
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#development-environment
3+
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
44

55

66

@@ -20,4 +20,4 @@ Declares a set of custom variables that the template file (step 4) expects. Can
2020
This is where you override the default theme. Either by specifying variables (see [settings.scss](https://github.com/hakimel/reveal.js/blob/master/css/theme/template/settings.scss) for reference) or by adding full selectors with hardcoded styles.
2121

2222
4. **Include [/css/theme/template/theme.scss](https://github.com/hakimel/reveal.js/blob/master/css/theme/template/theme.scss)**
23-
The template theme file which will generate final CSS output based on the currently defined variables.
23+
The template theme file which will generate final CSS output based on the currently defined variables.

0 commit comments

Comments
 (0)