Fix capitalization in feature list of README#1237
Fix capitalization in feature list of README#1237SandeepGupta2006 wants to merge 1 commit intosuitenumerique:mainfrom
Conversation
Corrected capitalization for feature list items in README.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the README feature list to use consistent capitalization for nested “LiveKit” feature bullets.
Changes:
- Capitalized the first word of several nested feature list items in
README.md. - Adjusted “End-to-End …” casing in the nested list item (though it now differs from “End-to-end …” used elsewhere in the same list).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - Speaker detection | ||
| - Simulcast | ||
| - End-to-End optimizations |
There was a problem hiding this comment.
Lines 42–44 include trailing whitespace after the text. Consider removing the extra spaces to keep the Markdown clean and avoid noisy diffs or whitespace-sensitive linters.
| - Speaker detection | |
| - Simulcast | |
| - End-to-End optimizations | |
| - Speaker detection | |
| - Simulcast | |
| - End-to-End optimizations |
| - selective subscription | ||
| - Speaker detection | ||
| - Simulcast | ||
| - End-to-End optimizations |
There was a problem hiding this comment.
“End-to-End optimizations” capitalization is inconsistent with the earlier “End-to-end encryption” entry in the same feature list. Consider standardizing the casing (e.g., match the existing “End-to-end …” style) for consistency.
| - End-to-End optimizations | |
| - End-to-end optimizations |



Corrected capitalization for feature list items in README.
Purpose
Description...
Proposal
Description...