From 190694c7699e5b688c723a0c904364c8babd3b05 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 16 Dec 2024 13:06:25 +0100 Subject: [PATCH] Update README.md --- api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/README.md b/api/README.md index 0d9a8b0c..e1bb22d4 100644 --- a/api/README.md +++ b/api/README.md @@ -26,7 +26,7 @@ A powerful FastAPI-based server for managing and querying documents using LightR 1. Clone the repository: ```bash -git clone https://github.com/yourusername/lightrag-server.git +git clone https://github.com/LightRAG/lightrag-server.git cd lightrag-server ```