-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix capitalization consistency issues in README.md#9500
Open
FeltMacaroon389 wants to merge 3 commits into
Open
fix capitalization consistency issues in README.md #9500FeltMacaroon389 wants to merge 3 commits into
FeltMacaroon389 wants to merge 3 commits into
Conversation
Various terms were incorrectly or inconsistently capitalized in README.md. Additionally, there was some poorly formatted text. This takes care of that.
Chiitoo
commented
Feb 19, 2026
The capitalisation that upstream developers and documentation use is Wine, which I would consider the more correct form, rather than WINE, even if it seems someawhats popular still.
See for example:
Change previous incorrect capitalizations of "WINE" to "Wine".
FeltMacaroon389
commented
Feb 19, 2026
Author
Thanks for the comment, I've updated things accordingly.
Another correction of the incorrect capitalization of "WINE" to "Wine" that was missed in the previous commit.
Projects built using cmake or meson (e.g. vkd3d-proton) automatically come with
`compile_commands.json`. For autotools (e.g. wine) you have to [configure the
Projects built using CMake or Meson (e.g. vkd3d-proton) automatically come with
`compile_commands.json`. For autotools (e.g. WINE) you have to [configure the
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.
Suggested change
`compile_commands.json`. For autotools (e.g. WINE) you have to [configure the
`compile_commands.json`. For autotools (e.g. Wine) you have to [configure the
I noticed you were correcting it from WINE -> Wine. Does this need correction too?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Various terms were incorrectly or inconsistently capitalized in README.md. Additionally, there was some poorly formatted text. This takes care of that.