Skip to content

Fix inconsistent indentation in README code blocks#5

Merged
codebymitch merged 2 commits intomainfrom
copilot/fix-readme-formatting-issues
Feb 10, 2026
Merged

Fix inconsistent indentation in README code blocks#5
codebymitch merged 2 commits intomainfrom
copilot/fix-readme-formatting-issues

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 10, 2026

Several code blocks in the Installation Steps section had inconsistent indentation that broke visual alignment and made examples harder to read.

Changes

  • Fixed git clone command indentation in step 1 (line 50)
  • Fixed environment variable indentation in .env example block (lines 71, 83-84)

All code blocks now use consistent 3-space indentation matching the numbered list structure.

Before:

# PostgreSQL Configuration (Recommended)
POSTGRES_URL=postgresql://titanbot:yourpassword@localhost:5432/titanbot
   POSTGRES_HOST=localhost

After:

# PostgreSQL Configuration (Recommended)
   POSTGRES_URL=postgresql://titanbot:yourpassword@localhost:5432/titanbot
   POSTGRES_HOST=localhost
Original prompt

I want to fix up README.md as something are not align or look good


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: codebymitch <244658227+codebymitch@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix formatting issues in README.md Fix inconsistent indentation in README code blocks Feb 10, 2026
Copilot AI requested a review from codebymitch February 10, 2026 09:38
@codebymitch
Copy link
Copy Markdown
Owner

@copilot

@codebymitch codebymitch marked this pull request as ready for review February 10, 2026 09:39
@codebymitch codebymitch merged commit 14e8b74 into main Feb 10, 2026
Copilot stopped work on behalf of codebymitch due to an error February 10, 2026 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants