README: Edit for Android 14

Change-Id: Ia90f08ebcfca16f24d7ea58d527802ba51cc2bb2
diff --git a/README.md b/README.md
index e8c9a4a..4e68393 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-13.0
+    git push ssh://<username>@gerrit.omnirom.org:29418/<project> HEAD:refs/for/android-14.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 https://github.com/omnirom/android.git -b android-13.0
+    repo init -u https://github.com/omnirom/android.git -b android-14.0
 
 Then to sync up: