Skip to content

fix(readme): add blank line after "## How it works" heading (unblocks CI)#152

Merged
naorsabag merged 1 commit into
masterfrom
fix/readme-prettier-blank-line-after-heading
May 15, 2026
Merged

fix(readme): add blank line after "## How it works" heading (unblocks CI)#152
naorsabag merged 1 commit into
masterfrom
fix/readme-prettier-blank-line-after-heading

Conversation

@naorsabag
Copy link
Copy Markdown
Owner

Summary

One-character fix to README.md — adds the blank line Prettier requires between the ## How it works heading and the paragraph that follows. Master has been failing npm run format:check since commit b98bead landed direct to master without running Prettier, and every open PR's CI has inherited that failure.

Verification

$ npx prettier --check README.md
Checking formatting...
All matched files use Prettier code style\!

Impact

Unblocks CI on all open PRs (including #150 and #151) on their next run — no rebase needed; PR CI runs against a merge with master and will pick up this fix automatically once merged.

Restores `npm run format:check`. Commit b98bead ("Refactor README.md
by cleaning up HTML structure") landed direct to master without
running Prettier and removed the blank line between the heading and
the paragraph, which Prettier's markdown rule requires. Every PR's CI
has been red since.

One-character fix; no content change.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 15, 2026

Warning

Rate limit exceeded

@naorsabag has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 35 minutes and 47 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 23938b8e-d719-4d3c-b1e9-887fa0cc7f08

📥 Commits

Reviewing files that changed from the base of the PR and between b98bead and 2dbd491.

📒 Files selected for processing (1)
  • README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/readme-prettier-blank-line-after-heading

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@naorsabag naorsabag merged commit 86ac980 into master May 15, 2026
8 checks passed
@naorsabag naorsabag deleted the fix/readme-prettier-blank-line-after-heading branch May 15, 2026 16:00
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