Skip to content

docs: Fix code block indentation in README.md#52

Merged
xerial merged 2 commits intomainfrom
fix/readme-indentation
Jun 13, 2025
Merged

docs: Fix code block indentation in README.md#52
xerial merged 2 commits intomainfrom
fix/readme-indentation

Conversation

@xerial
Copy link
Member

@xerial xerial commented Jun 13, 2025

Summary

This PR fixes the code block indentation in README.md that was causing rendering issues. The extra indentation inside list items was preventing proper markdown code block rendering.

Changes

  • Fixed indentation for Node.js installation verification commands
  • Fixed indentation for usage example code blocks under "With Claude Desktop" section
  • Ensured all code blocks start at the beginning of the line for proper markdown rendering

Before/After

Before

2. **Verify installation** by running:
   ```bash
   node --version  # Should show v18.0.0 or higher

### After
```markdown
2. **Verify installation** by running:
```bash
node --version  # Should show v18.0.0 or higher

This ensures the code blocks render correctly in GitHub and other markdown viewers.

🤖 Generated with [Claude Code](https://claude.ai/code)

xerial and others added 2 commits June 12, 2025 20:40
- Remove extra indentation from code blocks for better markdown rendering
- Fix indentation for Node.js installation verification commands
- Fix indentation for usage example code blocks

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Remove homepage field as it's optional and repository URL serves as fallback
- Simplifies package.json configuration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@xerial xerial merged commit 229004f into main Jun 13, 2025
7 checks passed
@xerial xerial deleted the fix/readme-indentation branch June 13, 2025 03:45
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.

1 participant