From fc7b7bc8f7f8fd705ac741da93af7b43676e216d Mon Sep 17 00:00:00 2001 From: Libern Date: Wed, 3 Jun 2020 14:56:20 +0800 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index b8f77f3c..5d9f6015 100644 --- a/readme.md +++ b/readme.md @@ -334,22 +334,22 @@ When made changes in scripts, styles, you will need to run the command. In development, run: ``` -npm run dev +yarn run dev ``` In development and watching assets for changes, run: ``` -npm run watch +yarn run watch ``` In production, run: ``` -npm run production +yarn run production ``` When you changed theme files, run: ``` -npm run theme +yarn run theme ``` #### API and Unit Tests