Skip to content

Commit

Permalink
fix unwanted spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhyy committed Oct 22, 2024
1 parent d7ab935 commit 36e66f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 36e66f3

Please sign in to comment.