Browse Source

omni: update readme for android-10 branch

Change-Id: Iba82148ce78ee83fe36090fcb7a2b292629dfff1
Menno van Grinsven 6 years ago
parent
commit
34d1a821d8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -7,7 +7,7 @@ You can send patches by using these commands:
     <make edits>
     git add -A
     git commit -m "commit message"
-    git push ssh://<username>@gerrit.omnirom.org:29418/<project> HEAD:refs/for/android-9.0
+    git push ssh://<username>@gerrit.omnirom.org:29418/<project> HEAD:refs/for/android-10
 
 Register at <gerrit.omnirom.org> and use the username that you registered there in the above command
 
@@ -58,7 +58,7 @@ familiar with [Git and Repo](https://source.android.com/source/using-repo.html).
 
 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-9.0
+    repo init -u git://github.com/omnirom/android.git -b android-10
 
 Then to sync up: