From 90a19e4525ff8eca92f8ccbeceb69b2d056280ca Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Tue, 24 Feb 2026 13:51:19 -0500 Subject: [PATCH] edit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac7edba..8a72df1 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ Developers may swap in other LLM SDKs/APIs and alter prompt syntax in `backend/s ## Setup -### 1. Unzip the project +### 1. Clone the repository ```bash -unzip kongruity.zip +git clone https://github.com/kjannette/kongruity_ cd kongruity ```