README.md: replace reference to "master" branch with "main" branch

All links containing references to the "master" branch must be replaced
by the "main" branch.

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
This commit is contained in:
Fernando Fernandez Mancera 2020-11-05 13:54:02 +01:00 committed by Fernando Fernández Mancera
parent 18ed81168f
commit 6812aab616
2 changed files with 3 additions and 3 deletions

View file

@ -135,7 +135,7 @@ https://kojipkgs.fedoraproject.org/compose/cloud/
[configure a remote upstream for your
fork](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork),
and keep your branch up-to-date with the upstream using ```git pull --rebase upstream
master```
main```
- Try to make a commit per issue.