From 6a0120d7f6a3cefdf3976bc5c44c35ea5939f8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Zabaleta?= Date: Fri, 22 Mar 2024 22:07:41 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f20486..10b7714 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Overview -This package is meant as a very simple HTTP client for use in HTTP connections that return JSON data. It only implements GET and POST URL methods. +This package is meant as a very simple HTTP client for use in HTTP connections that send an/or return JSON data. Just add it to your Swift Package Dependencies and free your time to work on the API (urls, endpoints, types returned etc) layer. Methods available: