Skip to content

Fixed your readme.md formatting. <3#1

Open
rachits999003 wants to merge 4 commits intoMayurUghade03:mainfrom
rachits999003:main
Open

Fixed your readme.md formatting. <3#1
rachits999003 wants to merge 4 commits intoMayurUghade03:mainfrom
rachits999003:main

Conversation

@rachits999003
Copy link

No description provided.

Copilot AI review requested due to automatic review settings January 11, 2026 12:43
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves the README.md formatting by properly structuring code blocks, converting inline comments to proper markdown syntax, and adding appropriate section headings. The changes enhance readability and ensure proper markdown rendering.

Changes:

  • Added proper markdown code block delimiters (backticks) around SQL examples and project structure
  • Converted CRUD operations from inline text to a properly formatted SQL code block with comments
  • Converted "Key JDBC Learnings" from inline comments to a proper heading with bullet list
  • Added markdown section headings (##) for "Ideal For" and "Author" sections

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

UPDATE students SET marks = ? WHERE id = ?;

Delete Data
-- Delete Data
Copy link

Copilot AI Jan 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's an extra space before "Delete". This should be "-- ❌ Delete Data" with a single space after the emoji for consistency with the other comment lines.

Suggested change
-- Delete Data
-- Delete Data

Copilot uses AI. Check for mistakes.
>Forgetting to set values for ?

🎯 Ideal For
## Ideal For
Copy link

Copilot AI Jan 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section title is missing the emoji that was present in the original. Consider adding "🎯" before "Ideal For" to maintain consistency with other section headers in the document.

Suggested change
## Ideal For
## 🎯 Ideal For

Copilot uses AI. Check for mistakes.



## Author
Copy link

Copilot AI Jan 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section title is missing the emoji that was present in the original. Consider adding "👨‍💻" before "Author" to maintain consistency with other section headers in the document.

Suggested change
## Author
## 👨‍💻 Author

Copilot uses AI. Check for mistakes.
Comment on lines +86 to +89

```sql
-- Insert Data
Copy link

Copilot AI Jan 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The emoji is separated from the section title. It should be part of a comment line like "-- ➕ Insert Data" for consistency with the other operations in this SQL code block.

Suggested change
```sql
-- Insert Data
```sql
-- ➕ Insert Data

Copilot uses AI. Check for mistakes.
SELECT * FROM students;

Update Data
-- Update Data
Copy link

Copilot AI Jan 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The emoji is missing from the comment. This should be "-- ✏ Update Data" to match the formatting pattern and maintain consistency with other operations.

Suggested change
-- Update Data
-- Update Data

Copilot uses AI. Check for mistakes.
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