From 8534d2573b03745127afc70a542d5298f0c63817 Mon Sep 17 00:00:00 2001 From: Johannes Weiss Date: Sun, 4 Sep 2022 17:33:50 +0100 Subject: [PATCH] not that simple anymore ;) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dad76de3..611f5ce2c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # AsyncHTTPClient -This package provides simple HTTP Client library built on top of SwiftNIO. +This package provides an HTTP Client library built on top of SwiftNIO. This library provides the following: - First class support for Swift Concurrency (since version 1.9.0)