diff --git a/README.md b/README.md
index 144ba44b55..64b922cf3b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-**This document is a draft, which is why it is in this fork for now**
-
@@ -90,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