Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary <zachjohnsondev@gmail.com>2018-07-15 18:04:27 +0300
committerZachary <zachjohnsondev@gmail.com>2018-07-15 18:04:27 +0300
commit22ca2cddc42b8b9edd9a027c801a0f8c91e33966 (patch)
tree55042a52a4d858e3b351c514c317f56b8880f130 /README.md
parent85d91f468f081b375d2abbb0b11528d44f4def38 (diff)
fixing npm command typo
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 748da85..6fdd489 100755
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ Available commands are:
* `npm run build:sass` compiles Sass files to compressed CSS
* `npm run autoprefixer` autoprefixes the compiled CSS
* `npm run build` does all the above
-* `npm watch` watches Sass files for changes and automatically recompiles and autoprefixes the CSS
+* `npm run watch` watches Sass files for changes and automatically recompiles and autoprefixes the CSS
# Contributing