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