diff --git a/docs/content/docs/installation.mdx b/docs/content/docs/installation.mdx index eb8d493b..c81f2ab5 100644 --- a/docs/content/docs/installation.mdx +++ b/docs/content/docs/installation.mdx @@ -184,7 +184,7 @@ export const auth = betterAuth({ }, emailAndPassword: { // [!code highlight] enabled: true // [!code highlight] - }// [!code highlight] + },// [!code highlight] socialProviders: { // [!code highlight] github: { // [!code highlight] clientId: process.env.GITHUB_CLIENT_ID, // [!code highlight] @@ -375,4 +375,4 @@ export const { signIn, signUp, useSession } = createAuthClient() ### 🎉 That's it! That's it! You're now ready to use better-auth in your application. Continue to [basic usage](/docs/basic-usage) to learn how to use the auth instance to sign in users. - \ No newline at end of file +