From e23912eafab09154cd102c74132750a260f1ff6d Mon Sep 17 00:00:00 2001
From: Jos Ahrens <github@liefland.net>
Date: Tue, 1 Aug 2023 17:38:29 +0200
Subject: [PATCH] fix: accidentally swapped an anchor

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a1d5a4d..34b4405 100644
--- a/README.md
+++ b/README.md
@@ -124,8 +124,8 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
 - [Checkout multiple repos (side by side)](#checkout-multiple-repos-side-by-side)
 - [Checkout multiple repos (nested)](#checkout-multiple-repos-nested)
 - [Checkout multiple repos (private)](#checkout-multiple-repos-private)
-- [Checkout pull request HEAD commit instead of merge commit](#checkout-pull-request-HEAD-commit-instead-of-merge-commit)
-- [Checkout pull request on closed event](#checkout-pull-request-head-commit-instead-of-merge-commit)
+- [Checkout pull request HEAD commit instead of merge commit](#checkout-pull-request-head-commit-instead-of-merge-commit)
+- [Checkout pull request on closed event](#checkout-pull-request-on-closed-event)
 - [Push a commit using the built-in token](#push-a-commit-using-the-built-in-token)
 
 ## Fetch only the root files