From af091a43a9591f5376331f2fee7a163f98bbace8 Mon Sep 17 00:00:00 2001 From: naz Date: Tue, 20 Oct 2020 23:24:33 +1300 Subject: [PATCH] Corrected command reference in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 197432a8..ec63c43b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need yarn # Run build & watch for changes -$ yarn dev +yarn dev ``` Now you can edit `/assets/css/` files, which will be compiled to `/assets/built/` automatically.