Remove introductory content from README - #68
Conversation
Removed introductory section and banner from README.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Code Review
This pull request removes the entire HTML-based introductory section from the README.md file, leaving it empty. The reviewer recommends retaining a project title using standard Markdown to maintain document structure and notes that this would also fix an HTML tag mismatch present in the original content.
|
|
||
| <img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" /> | ||
|
|
||
| <h1>Built with AI Studio</h2> | ||
|
|
||
| <p>The fastest path from prompt to production with Gemini.</p> | ||
|
|
||
| <a href="https://aistudio.google.com/apps">Start building</a> | ||
|
|
||
| </div> |
There was a problem hiding this comment.
Removing the entire introductory section leaves the README empty. It is recommended to retain at least a project title using standard Markdown headers to maintain document structure and clarity. This also resolves a tag mismatch in the original HTML (<h1> closed by </h2>).
| <img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" /> | |
| <h1>Built with AI Studio</h2> | |
| <p>The fastest path from prompt to production with Gemini.</p> | |
| <a href="https://aistudio.google.com/apps">Start building</a> | |
| </div> | |
| # Built with AI Studio |
Removed introductory section and banner from README.