Skip to content

Commit d0ae675

Browse files
authored
docs(jwk): corrent importing vefiryWithJwks (#733)
1 parent 3e53018 commit d0ae675

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/middleware/builtin/jwk.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Example: `Bearer my.token.value` or `Basic my.token.value`
1212

1313
```ts
1414
import { Hono } from 'hono'
15-
import { jwk, verifyWithJwks } from 'hono/jwk'
15+
import { jwk } from 'hono/jwk'
16+
import { verifyWithJwks } from 'hono/jwt'
1617
```
1718

1819
## Usage

0 commit comments

Comments
 (0)