BlissRoms: q branch

Change-Id: I4ddf0ebb8dbd7023a88adca514293302a71f94ad
diff --git a/docs/BlissRoms/build-guide.md b/docs/BlissRoms/build-guide.md
index 7e87d00..ce968c2 100644
--- a/docs/BlissRoms/build-guide.md
+++ b/docs/BlissRoms/build-guide.md
@@ -94,9 +94,9 @@
 
 Now, we’re ready to initialize. We need to tell `repo` which manifest to read:
 
-    repo init -u https://github.com/BlissRoms/platform_manifest.git -b p9.0
+    repo init -u https://github.com/BlissRoms/platform_manifest.git -b q
 
-`-b` is for the branch, and we’re on `p9.0`, Android Pie. It’ll take a couple of seconds. You may need to type `y` for the color prompt.
+`-b` is for the branch, and we’re on `q`, Android 10. It’ll take a couple of seconds. You may need to type `y` for the color prompt.
 
 Then sync the source: