Update README.md (#511)

* Update README.md

* Update README.md
pull/515/head
Julio Montoya 2024-05-11 11:29:04 +02:00 committed by GitHub
parent 16e3784d50
commit 2ba0639f95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,9 @@ AUTH_URL=#optional
## How to Use
```ts
import { Hono,Context } from 'hono'
import { authHandler, initAuthConfig, verifyAuth, AuthConfig } from "@hono/auth-js"
import { Hono, Context } from 'hono'
import { authHandler, initAuthConfig, verifyAuth, type AuthConfig } from "@hono/auth-js"
import GitHub from "@auth/core/providers/github"
const app = new Hono()