Skip to content

Commit

Permalink
Fix for installation section in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Jun 18, 2022
1 parent 50e0899 commit 2fe728b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,18 @@ You can take this package both from Yarn:
yarn add use-suspender
```

And NPM:
Or npm:

```sh
npm i use-suspender
```

Or pnpm

```sh
pnpm add use-suspender
```

## API

### `createSuspender(suspender[, ctx]) -> {Function}`
Expand Down

0 comments on commit 2fe728b

Please sign in to comment.