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