From d676b2eff9b4b846f004c351dfab730c57787f78 Mon Sep 17 00:00:00 2001
From: Ryan van Zeben <vanzeben@github.com>
Date: Fri, 16 Dec 2022 15:45:41 -0500
Subject: [PATCH] Add in explicit reference to private checkout options

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

diff --git a/README.md b/README.md
index ddfc7ee..8fe140f 100644
--- a/README.md
+++ b/README.md
@@ -155,6 +155,7 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
     repository: my-org/my-tools
     path: my-tools
 ```
+> - If your secondary repository is private you will need to add the option noted in [Checkout multiple repos (private)](#Checkout-multiple-repos-private)
 
 ## Checkout multiple repos (nested)
 
@@ -168,6 +169,7 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
     repository: my-org/my-tools
     path: my-tools
 ```
+> - If your secondary repository is private you will need to add the option noted in [Checkout multiple repos (private)](#Checkout-multiple-repos-private)
 
 ## Checkout multiple repos (private)