-
Notifications
You must be signed in to change notification settings - Fork 1.5k
README format update #7952
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
README format update #7952
Conversation
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.
Pull Request Overview
This PR updates the README format across multiple language versions to match other packages in the repository. The changes modernize the documentation by replacing the centered layout with inline badges and updating the structure.
- Replaced centered div layout with inline badge display for NPM stats and social media links
- Moved documentation links to a table format for better organization
- Removed reference-style links at the bottom in favor of inline links
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Updated main English README with new badge layout and inline documentation links |
| README-zh.md | Applied same formatting changes to Chinese version with corrected API reference link |
| README-kr.md | Updated Korean README with new layout and corrected API reference link |
| README-ja.md | Applied formatting changes to Japanese version with corrected API reference link |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Description
Checklist