From ad40f2e22a44bc7375a302617a872e1688c692c9 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 4 Apr 2026 19:49:54 +1000 Subject: [PATCH] Update branch naming instructions in README Clarify instructions for branch naming in README. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1c8f31a..016af0b 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,6 @@ git checkout -b my-feature-branch ``` Use a descriptive branch name that reflects your change, e.g. `add-jbampton` or `fix-yaml-typo`. -Replace `your-github-username` in every example below with the actual branch name you chose here. ### Step 4: Create Your Profile File