From 9660ec255d2341d6536ed4f6b7e7f728d4ac8a9e Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Sun, 8 Oct 2023 16:31:38 -0400
Subject: [PATCH] Added a small missing step to readme

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

diff --git a/README.md b/README.md
index a3eeb30e5..f6a724b1c 100644
--- a/README.md
+++ b/README.md
@@ -49,5 +49,6 @@ This project (excluding post content itself) is released under the Apache Licens
 * Update robots.txt to point to the full URL of this site
 * Modify vercel.json
 ** Find the line where source is set to "/flear" and update it to point to your apUser name (all lowercase even if variable has case).
+* Go through the /api and manually change references (this step will either be explained later or not needed soon, just a reminder placeholder)
 
 The above steps might be reduced by using template processing on otherwise unprocessed files (normally not part of hugo). See the following for more info https://vercel.com/docs/functions/serverless-functions/runtimes/node-js
-- 
GitLab