Skip to content

Commit

Permalink
fix: use npm command in readme.md (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
waigel committed Aug 25, 2024
1 parent 2c71d34 commit 5ac7699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jwks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This package provides a middleware for Hono to validate JWT tokens using a JWKS

## Installation
```bash
pnpm add @hono-middlewares/jwks
npm i @hono-middlewares/jwks
```

## Usage
Expand Down

0 comments on commit 5ac7699

Please sign in to comment.