From fcffc131e119d69402387fe7c3dc8baff873c6c6 Mon Sep 17 00:00:00 2001 From: jstayco <127801635+jstayco@users.noreply.github.com> Date: Fri, 31 Mar 2023 16:59:04 -0700 Subject: [PATCH] Typo fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfe0f85..94b9466 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ You can cd into the root directory and simply run # Refresh and update everything ./setup.sh -# This will refresh everything, but NOT close or pull the git repo. +# This will refresh everything, but NOT clone or pull the git repo. ./setup.sh --no-git-update ```