From 602667879f46c0e9d439985c644fd902f8823dfb Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Tue, 1 Jul 2025 21:07:41 -0400 Subject: [PATCH] Updated readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d7cc86..60443d4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ implemented so far. ## HTTP/1.1 -Use the `Http1Transport` implementation of `HttpTransport` to serve content +Use the `TaskPoolHttp1Transport` implementation of `HttpTransport` to serve content using the HTTP/1.1 protocol. See the example below: ```d