about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbenaryorg <binary@benary.org>2024-02-23 17:20:34 +0000
committerbenaryorg <binary@benary.org>2024-02-23 17:20:34 +0000
commit38a6a35c332665042fd2b7e3e212b7a02e379151 (patch)
treecac5a2898ac2d6e5ed6063ebe854731efb3a1de9
parentb093dd8294d77aeb761a6f3c616e9e3dd9578c20 (diff)
pkgs/README.md: fix markup
Signed-off-by: benaryorg <binary@benary.org>
-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"`.