-
Notifications
You must be signed in to change notification settings - Fork 121
Improve README formatting and add emojis #1041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -38,6 +38,9 @@ | |||||
| <a href="https://github.com/MFlowCode/MFC/releases"> | ||||||
| <img src="https://img.shields.io/github/v/release/MFlowCode/MFC?display_name=release" /> | ||||||
| </a> | ||||||
| <a href="https://github.com/MFlowCode/homebrew-mfc"> | ||||||
| <img src="https://img.shields.io/badge/homebrew-mflowcode%2Fmfc%2Fmfc-brown?logo=homebrew&style=flat" /> | ||||||
| </a> | ||||||
|
||||||
| </a> | |
| </a> |
Copilot
AI
Nov 12, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grammatical error: "to get you get started" should be "to get you started" (remove the duplicate "get").
| You can navigate [to this webpage](https://mflowcode.github.io/documentation/md_getting-started.html) to get you get started using MFC on your local machine, cluster, or supercomputer! | |
| You can navigate [to this webpage](https://mflowcode.github.io/documentation/md_getting-started.html) to get you started using MFC on your local machine, cluster, or supercomputer! |
Copilot
AI
Nov 12, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing whitespace detected at the end of this line. Please remove it to maintain clean formatting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Remove the trailing tab character after the closing
</a>tag in the HTML for the Homebrew badge to improve code cleanliness. [general, importance: 3]