Skip to content

Commit

Permalink
docs: npm -> pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Oct 20, 2023
1 parent 2e6cf22 commit babed40
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 @@ -16,7 +16,7 @@ A NodeJS module to transform the JSON output from APIs into BioLink-compatible J
## Install

```sh
npm i @biothings-explorer/api-response-transform
pnpm i @biothings-explorer/api-response-transform
```

## Usage
Expand Down Expand Up @@ -144,7 +144,7 @@ This package is desgined to be used as a downstream consumer of [@biothings-expl
## Run tests

```sh
npm run test
pnpm run test
```

## Author
Expand Down

0 comments on commit babed40

Please sign in to comment.