From 74ebeffb07a862a25945ebbdee8c1da2ba736cfa Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Mon, 30 Dec 2024 18:52:29 +0900 Subject: [PATCH] docs(README.md): change 'npm add' to 'npm install' (#231) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23b7877e..7a1aef38 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ that provide useSelector-like hooks. This package requires some peer dependencies, which you need to install by yourself. ```bash -npm add react-tracked react scheduler +npm install react-tracked react scheduler ``` ## Usage