From c72e48d588a581db0dbadd76c8a6ff997cef8ab1 Mon Sep 17 00:00:00 2001 From: Hiroki Shimizu Date: Wed, 17 Aug 2022 07:38:40 +0900 Subject: [PATCH] chore: Update README since package manager was changed from yarn to npnm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 897c39529..eedbb618d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ See the [docs](https://test-utils.vuejs.org/). ## Development -Get started by running `yarn install`. You can run the tests with `yarn test`. That's it! +Get started by running `pnpm install`. You can run the tests with `pnpm test`. That's it! ## Comparison with Vue Test Utils v1 (targeting Vue 2)