From 98d3921ea86fa1865bc873e88905586540e62f86 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 25 Jul 2023 18:50:22 +0300 Subject: [PATCH] fix branch name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07aded9..e15ad3d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add your streaming link in markdown format to the network registry you are inter Please make a new branch of tree selected for each patch before create PR ``` -git checkout master +git checkout main git checkout -b my-pr-branch-name ```