From 5d02bcc910989635dcfb06b2dc71e667fba23285 Mon Sep 17 00:00:00 2001 From: chyy <1466387193@qq.com> Date: Fri, 12 May 2023 11:08:28 +0800 Subject: [PATCH] feat(types): Update README.md feat(types): Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bed7c6049c..af47bcd78a 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ See the [Vue Docs Writing Guide](https://github.com/vuejs/v2.vuejs.org/blob/mast ## Developing ``` bash -$ npm install -$ npm start # dev server at http://localhost:4000 +$ yarn +$ yarn start # dev server at http://localhost:4000 ``` ## Deploying