From a72f6f09c69be61e8d0ef2d98e983b32d345988f Mon Sep 17 00:00:00 2001 From: miky-rola Date: Fri, 11 Apr 2025 17:56:50 +0000 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9ee1e7..3137911 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A high-performance, lightweight HTTP server and library built in Rust. HTeaPot i cargo install hteapot # Or build from source -git clone https://github.com/yourusername/hteapot.git +git clone https://github.com/Az107/hteapot.git cd hteapot cargo build --release ```