From 9166d4cf20e530576889e338f93b22a495ce645a Mon Sep 17 00:00:00 2001 From: davesavic Date: Fri, 5 Jan 2024 12:44:01 +1000 Subject: [PATCH] Fixed readme description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 497536a..e3b570d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Clink: A Configurable HTTP Client for Go -Clink is a highly configurable HTTP client for Go, designed for ease of use, extendability, and robustness. It supports various features like automatic retries, request rate limiting, and customisable middlewares, making it ideal for both simple and advanced HTTP requests. +Clink is a highly configurable HTTP client for Go, designed for ease of use, extendability, and robustness. It supports various features like automatic retries and request rate limiting, making it ideal for both simple and advanced HTTP requests. ### Features - **Flexible Request Options**: Easily configure headers, URLs, and authentication.