Update README.md#1191
Conversation
add GitHub trending badge
WalkthroughThe pull request introduces a new Trendshift badge to the project's README.md file. The badge is added as a centered HTML element with an anchor link to the Trendshift repository page and an image representing the repository's status. This addition provides a visual indicator of the project's trending status without modifying any existing content in the README. Changes
Possibly related PRs
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
30-32: Add security attributes and streamline dimensions.The badge placement looks good! However, there are a few improvements to consider:
- <p align="center"> - <a href="https://trendshift.io/repositories/9263" target="_blank"><img src="https://trendshift.io/api/badge/repositories/9263" alt="Canner%2FWrenAI | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a> - </p> + <p align="center"> + <a href="https://trendshift.io/repositories/9263" target="_blank" rel="noopener noreferrer"> + <img src="https://trendshift.io/api/badge/repositories/9263" alt="Canner/WrenAI | Trendshift" width="250" height="55"/> + </a> + </p>Changes:
- Added
rel="noopener noreferrer"for security when usingtarget="_blank"- Removed duplicate dimensions in style attribute
- Fixed encoded characters in alt text
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: Analyze (javascript-typescript)
- GitHub Check: Analyze (go)
add GitHub trending badge
Summary by CodeRabbit