From 829f8404e6921c248c9088a1ef8a07fbe5b246b9 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 13 Feb 2025 19:03:13 -0800 Subject: [PATCH] Clarify which go.mod file --- exampleSite/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/README.md b/exampleSite/README.md index 633eb5a4..d037d01a 100644 --- a/exampleSite/README.md +++ b/exampleSite/README.md @@ -1,7 +1,7 @@ # Paige example site -If you move this directory out of its parent directory, -you must remove this line from the file go.mod: +If you move the directory exampleSite out of its parent directory, +you must remove this line from the file exampleSite/go.mod: ``` replace github.com/willfaught/paige => ../