From 538a8e78533747241bf142940af044fa343e7279 Mon Sep 17 00:00:00 2001 From: MGatner Date: Mon, 13 Dec 2021 11:02:14 -0500 Subject: [PATCH] Fix gulp command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99df5ac98dc..774af53b4db 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To compile the dist files you need Node.js/npm, clone/download the repo then: 1. `npm install` (install npm deps) 2. `npm install gulp-cli -g` (install gulp-cli globally) 3. _Optional:_ `gulp` (developer mode, autocompile with browsersync support for live demo) -4. `gulp build` (compile css/js files) +4. `gulp compile` (compile css/js files) ## Contributing