From 11a286635d91253342a2447f4b11c0b2855ef252 Mon Sep 17 00:00:00 2001 From: WuMingDao <146366930+WuMingDao@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:23:52 +0800 Subject: [PATCH] docs: use devDependencies install this tool in readme This project is for dev and test. I think in install should use the devDependencies install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 863d45b..58ec033 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This library exists to help developers model and query data when testing and dev ### Install ``` -npm i @msw/data +npm i @msw/data --save-dev ``` ### Create collection