From 34b57cdb6779fc8e187e88707bdd92ac25596c04 Mon Sep 17 00:00:00 2001 From: Jordy Kommeren Date: Tue, 2 Oct 2018 14:58:37 +0200 Subject: [PATCH] Fixed a typo in the available gulp commands in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6b540f..43ed2a2 100644 --- a/README.md +++ b/README.md @@ -521,5 +521,5 @@ For example: `$font-default-font-size: 18px;` ##### Available Gulp commands - `gulp watch` : Watches all `.scss` files and compiles them when `gulp` detects a change. It also starts a browsersync session this way you can see your changes on the fly. - `gulp scripts` : Compiles all `.js` files. -- `gulp script-depts` : Copies the script dependencies from the `node_modules` to a local folder for `production` +- `gulp script-deps` : Copies the script dependencies from the `node_modules` to a local folder for `production` - `gulp build` : Builds all `.scss` and `.js` files for `production` \ No newline at end of file