diff --git a/README.md b/README.md index c40ce9d..94b2a76 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ You can send patches by using these commands: git add -A git commit -m "commit message" - git push ssh://@gerrit.omnirom.org:29418/ HEAD:refs/for/android-7.0 + git push ssh://@gerrit.omnirom.org:29418/ HEAD:refs/for/android-8.0 Register at 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-7.0 + repo init -u git://github.com/omnirom/android.git -b android-8.0 Then to sync up: