From d2a3bbb05c8b8e215aa628eea18aa0e41bdd1818 Mon Sep 17 00:00:00 2001 From: Carlos Delfino Date: Wed, 11 Jun 2025 11:35:10 -0300 Subject: [PATCH] Fixed username for dubh3124 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 611be99..f4296d5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ KB-Manager provides a streamlined way to interact with OpenWebUI's API, allowing ### Install from source ```bash -git clone https://github.com/yourusername/kb-manager.git +git clone https://github.com/dubh3124/kb-manager.git cd kb-manager pip install -e . ```