From 75c03b06f47759638b24d7b0db9de8080219d99f Mon Sep 17 00:00:00 2001 From: chenyy <1466387193@qq.com> Date: Tue, 9 May 2023 14:02:56 +0800 Subject: [PATCH] feat(types): Update README.md NPM updates to the yarn --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba6e97d5b..e194086e1 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ You may find example applications built with Vuex under the `examples` directory Running the examples: ```bash -$ npm install -$ npm run dev # serve examples at localhost:8080 +$ yarn +$ yarn dev # serve examples at localhost:8080 ``` ## Questions