Skip to content

Commit

Permalink
Fixed readme description
Browse files Browse the repository at this point in the history
  • Loading branch information
davesavic committed Jan 5, 2024
1 parent 0803361 commit 9166d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9166d4c

Please sign in to comment.