Skip to content

Commit

Permalink
fix: add install section
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdavipanah committed Dec 9, 2024
1 parent 457bac8 commit b73533c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ In case you are passing a custom Upstash client instance, make sure to pass an i

## Usage

First, install `keyv-upstash` and `keyv`:

```bash
npm install keyv-upstash keyv
```

Here is a standard use case where we implement `Keyv` with `keyv-upstash`:

```typescript
Expand Down

0 comments on commit b73533c

Please sign in to comment.