Skip to content

Commit

Permalink
docs(README.md): change 'npm add' to 'npm install' (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon authored Dec 30, 2024
1 parent 9d552a0 commit 74ebeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74ebeff

Please sign in to comment.