From e3af0c3631ef41c3273cb526001410c4b8183659 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Sat, 24 Jun 2023 23:27:14 +0530 Subject: [PATCH] misc update --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ccc3257d16..081d422cf7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,8 +30,8 @@ git remote add upstream https://github.com/projectdiscovery/nuclei-templates ```sh git remote update -git checkout master -git rebase upstream/master +git checkout main +git rebase upstream/main ``` ## Step 3 : Create your Template Branch