diff --git a/app/pages/docs/next-auth.mdx b/app/pages/docs/next-auth.mdx
index 0df7437d..d19302ec 100644
--- a/app/pages/docs/next-auth.mdx
+++ b/app/pages/docs/next-auth.mdx
@@ -13,7 +13,7 @@ gives you a lot more flexibility & control than NextAuth does
### 1. Add the NextAuth Adapter for `next.config.js` {#add-next-auth-adapter-next-config}
```ts
-const { withNextAuthAdapter } = require("@blitzjs/auth/next-auth")
+const { withNextAuthAdapter } = require("@blitzjs/auth")
const { withBlitz } = require("@blitzjs/next")
/**
@@ -187,7 +187,7 @@ Add a link to your app with URL format of
would be like this:
```tsx
-Log In With GitHub
+Log In With GitHub
```
## Detailed Usage Instructions {#detailed-usage-instructions}