소스 검색

Merge pull request #1115 from raboof/patch-1

themes grunt task was renamed
Hakim El Hattab 9 년 전
부모
커밋
ce8ea84393
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      css/theme/README.md

+ 1 - 1
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.