fix branch name

This commit is contained in:
ghost 2023-07-25 18:45:02 +03:00
parent 9a33ff1b9d
commit 39046fe290

View File

@ -239,10 +239,10 @@ GET m=SphinxQL
#### Contributions
Please make a new branch of master|sqliteway tree for each patch in your fork before create PR
Please make a new branch of main|sqliteway tree for each patch in your fork before create PR
```
git checkout master
git checkout main
git checkout -b my-pr-branch-name
```