Skip to content

Commit

Permalink
Fix gulp readme typo (#4133)
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner authored Dec 14, 2021
1 parent dd4f1d7 commit 0001af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0001af4

Please sign in to comment.