From 57a4c45cf69b11cb58304085b84ce3b095fb3077 Mon Sep 17 00:00:00 2001
From: Benjamin Tan
Date: Tue, 6 Feb 2018 22:12:35 +0800
Subject: Docs: avoid recommending global Grunt installation.

Closes #1951.
---
 css/theme/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'css/theme')

diff --git a/css/theme/README.md b/css/theme/README.md
index 1bca121..8ae164b 100644
--- a/css/theme/README.md
+++ b/css/theme/README.md
@@ -4,7 +4,7 @@ Themes are written using Sass to keep things modular and reduce the need for rep
 
 ## Creating a Theme
 
-To create your own theme, start by duplicating a ```.scss``` file in [/css/theme/source](https://github.com/hakimel/reveal.js/blob/master/css/theme/source). It will be automatically compiled by Grunt from Sass to CSS (see the [Gruntfile](https://github.com/hakimel/reveal.js/blob/master/Gruntfile.js)) when you run `grunt css-themes`.
+To create your own theme, start by duplicating a ```.scss``` file in [/css/theme/source](https://github.com/hakimel/reveal.js/blob/master/css/theme/source). It will be automatically compiled by Grunt from Sass to CSS (see the [Gruntfile](https://github.com/hakimel/reveal.js/blob/master/Gruntfile.js)) when you run `npm run build -- css-themes`.
 
 Each theme file does four things in the following order:
 
-- 
cgit v1.2.3