From d7a64a685d692b5ff9c449741dccf21058d254ef Mon Sep 17 00:00:00 2001 From: TheMythologist Date: Mon, 18 Aug 2025 10:58:21 +0800 Subject: [PATCH] Use correct branch name for exercise `branch_bender` --- branch_bender/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branch_bender/README.md b/branch_bender/README.md index 3b5047a..a3b724e 100644 --- a/branch_bender/README.md +++ b/branch_bender/README.md @@ -16,7 +16,7 @@ Merge the `feature/dashboard` branch into `main` next. ### Task 3 -Merge the `feature/payment` branch into `main` last. +Merge the `feature/payments` branch into `main` last. ## Final state