Readme: Update to android-12.0

Change-Id: I5a8acb4e9492ab1ccf30744d65c9a027216039f9
diff --git a/README.md b/README.md
index 587fb21..0851e4b 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
     <make edits>
     git add -A
     git commit -m "commit message"
-    git push ssh://<username>@gerrit.omnirom.org:29418/<project> HEAD:refs/for/android-11
+    git push ssh://<username>@gerrit.omnirom.org:29418/<project> HEAD:refs/for/android-12.0
 
 Register at <gerrit.omnirom.org> and use the username that you registered there in the above command
 
@@ -64,7 +64,7 @@
 
 To initialize your local repository using the OmniROM trees, use a command like this:
 
-    repo init -u git://github.com/omnirom/android.git -b android-11
+    repo init -u https://github.com/omnirom/android.git -b android-12.0
 
 Then to sync up: