From e9dac1ca2799970ecf9a7ff43cded36fc1819d09 Mon Sep 17 00:00:00 2001 From: Juless Date: Sun, 31 Oct 2021 18:30:16 +0000 Subject: [PATCH] Incomplete command "npm run serve" Missing run in npm run serve --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1a8a4d8..e7c35bdb 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ $ yarn install ``` bash # dev server with hot reload at http://localhost:3000 -$ npm serve +$ npm run serve ``` or