aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0dc07d97..64b922cf3 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ In GURU we use ['thin manifests'](https://wiki.gentoo.org/wiki/Repository_format
- #### Quote your variables
-String variables should be quoted (e.g. not `$A` or `${A}` but `"${A}"`). `repoman -dx full` will warn you about any unquoted variables you might have forgotten about.
+String variables should be quoted (e.g. not `$P` or `${P}` but `"${P}"`). `repoman -dx full` will warn you about any unquoted variables you might have forgotten about.
- #### Undesirable/Deprecated dependencies