Add a new line to README for clarity - #5
Conversation
There was a problem hiding this comment.
Pull request overview
Adds an extra blank line near the top of the README, intended to improve readability.
Changes:
- Inserted a blank line between the “Google Cloud Privacy Notice” link and the “## Overview” header.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| [Google Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-notice) | ||
|
|
||
|
|
There was a problem hiding this comment.
This adds a second consecutive blank line between the privacy notice link and the “## Overview” heading. The repo runs markdownlint via pre-commit (see .pre-commit-config.yaml), and rule MD012 flags multiple consecutive blank lines; this change will likely fail lint. Remove the extra blank line (keep a single blank line between paragraphs/sections).
Corrected grammatical errors in README.md.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.