Skip to content

Commit

Permalink
Merge pull request #52 from gadingnst/docs/update
Browse files Browse the repository at this point in the history
docs: update how to install
  • Loading branch information
Gading Nasution authored Dec 18, 2022
2 parents 2a3c479 + 74fd5c6 commit 08a3064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Zero-setup & simple global state management for React Components based on [SWR](
## Install
### NPM
```bash
npm i swr-global-state
npm i swr swr-global-state
```
### Yarn
```bash
yarn add swr-global-state
yarn add swr swr-global-state
```

## Usage
Expand Down

0 comments on commit 08a3064

Please sign in to comment.