From aaa010cf1f46f11a2229cfb928254a4cb693d52f Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Fri, 14 Aug 2026 00:29:05 +0300 Subject: [PATCH] docs: improve README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1bcc20..34d3f3d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + +

🍵 HTeaPot

A blazing-fast, minimalist HTTP server library built with Rust

@@ -71,6 +73,7 @@ cargo build --release port = 8081 # The port to listen on host = "localhost" # The host address to bind to root = "public" # The root directory to serve files from +threads = 4 # Number of worker threads ``` 2. Run the server: @@ -156,4 +159,4 @@ HTeaPot is licensed under the MIT License - see the [LICENSE](LICENSE) file for - The Rust community for their exceptional tools and libraries - Our contributors who have helped shape this project -- Users who provide valuable feedback and bug reports \ No newline at end of file +- Users who provide valuable feedback and bug reports