Skip to content

Commit

Permalink
Update README.md (#511)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
jmontoyaa authored May 11, 2024
1 parent 16e3784 commit 2ba0639
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/auth-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 2ba0639

Please sign in to comment.