diff --git a/README.md b/README.md index d8d135c..344cfda 100644 --- a/README.md +++ b/README.md @@ -205,11 +205,11 @@ To get the Replicate API token: ### 10. Auth.js Secret - This is automatically generated by `npx auth` or `bunx auth` and used for session encryption. Keep this secret safe. +This is automatically generated by `npx auth` or `bunx auth` and used for session encryption. Keep this secret safe. ### 11. GitHub OAuth Client ID and Secret - To obtain GitHub OAuth credentials: +To obtain GitHub OAuth credentials: - Go to [GitHub Developer Settings](https://github.com/settings/developers). - Create a new OAuth app: @@ -219,7 +219,7 @@ To get the Replicate API token: ### 12. Google OAuth Client ID and Secret - To obtain Google OAuth credentials: +To obtain Google OAuth credentials: - Visit the [Google Cloud Console](https://console.cloud.google.com/). - Create a new project and configure **OAuth consent screen** with default settings. @@ -229,7 +229,7 @@ To get the Replicate API token: ### 13. PostgreSQL Neon Database URL - To get the Neon PostgreSQL database URL: +To get the Neon PostgreSQL database URL: - Sign up at [Neon](https://neon.tech/). - Create a new database and retrieve the connection URL. @@ -238,7 +238,7 @@ To get the Replicate API token: ### 14. Stripe API Keys - To get the Stripe API keys: +To get the Stripe API keys: - Sign up at [Stripe](https://dashboard.stripe.com/). - Create a new account or use an existing one.