about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2024-02-23 19:03:38 +0100
committerGitHub <noreply@github.com>2024-02-23 19:03:38 +0100
commitf5e87597598926719b38a794949bcf4e0cb551c8 (patch)
tree93980659a983c21c2eb3b454ad58452d3154bede
parent7f81b2dee02b8337dc58fd0edb93eefd67e518b0 (diff)
parent38a6a35c332665042fd2b7e3e212b7a02e379151 (diff)
Merge pull request #290934 from benaryorg/doc_readme_markup1
pkgs/README.md: fix markup
-rw-r--r--pkgs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/README.md b/pkgs/README.md
index 0269264ed553a..5563936dc9d70 100644
--- a/pkgs/README.md
+++ b/pkgs/README.md
@@ -346,7 +346,7 @@ There are a few naming guidelines:
 
 - The `pname` attribute _should_ be identical to the upstream package name.
 
-- The `pname` and the `version` attribute _must not_ contain uppercase letters — e.g., `"mplayer" instead of `"MPlayer"`.
+- The `pname` and the `version` attribute _must not_ contain uppercase letters — e.g., `"mplayer"` instead of `"MPlayer"`.
 
 - The `version` attribute _must_ start with a digit e.g., `"0.3.1rc2"`.