From e296b396574e0b206187440650256c76e242d93f Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 26 Jan 2015 18:56:03 +0100 Subject: [PATCH] Grunt target was renamed --- css/theme/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/theme/README.md b/css/theme/README.md index 8237586..90dc149 100644 --- a/css/theme/README.md +++ b/css/theme/README.md @@ -22,4 +22,4 @@ This is where you override the default theme. Either by specifying variables (se 4. **Include [/css/theme/template/theme.scss](https://github.com/hakimel/reveal.js/blob/master/css/theme/template/theme.scss)** The template theme file which will generate final CSS output based on the currently defined variables. -When you are done, run `grunt themes` to compile the Sass file to CSS and you are ready to use your new theme. +When you are done, run `grunt css-themes` to compile the Sass file to CSS and you are ready to use your new theme.