From d68e264e428ee68b2753e7090e1c02e11ae212f0 Mon Sep 17 00:00:00 2001 From: Andrii Date: Tue, 14 Jan 2020 15:51:29 +0200 Subject: [PATCH] Fix typo in README (#2447) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b2df24b9..ef8749f15 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Contribution are always **welcome and recommended**! Here is how: To compile the dist files you need nodejs/npm, clone/download the repo then: 1. `npm install` (install npm deps) -2. _Optional:_ `npm dev` (developer mode, autocompile with browsersync support for live demo) +2. _Optional:_ `npm run dev` (developer mode, autocompile with browsersync support for live demo) 3. `npm run production` (compile css/js files) #### Contribution Requirements: