Skip to content

Commit

Permalink
feat: add pnpm and yarn installation to install section of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Saman-Safaei-Dev committed Feb 14, 2024
1 parent 64a9477 commit e66e6bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,9 @@
## Install

```shell
npm install json-server
npm install json-server # NPM
yarn add json-server # Yarn
pnpm add json-server # PNPM
```

## Usage
Expand Down

0 comments on commit e66e6bc

Please sign in to comment.