From 39046fe2904a869977c5538807273ef62e640067 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 25 Jul 2023 18:45:02 +0300 Subject: [PATCH] fix branch name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89c7dc1..7125902 100644 --- a/README.md +++ b/README.md @@ -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 ```