From 333de303fbd9119841cc0c7b582bb043f30b1e8c Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Wed, 24 Jun 2026 18:21:56 +0300 Subject: [PATCH] docs: sharpen README tagline Lead with the differentiators (typed errors, typed response bodies, composable resilience) instead of a generic 'resilient service clients'. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2650b44..c2377d0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![ty](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ty/main/assets/badge/v0.json)](https://github.com/astral-sh/ty) -**A Python HTTP client framework with sync and async clients for building resilient service clients.** +**Typed, resilient HTTP clients for Python — typed errors, typed response bodies, and composable resilience (retry, bulkhead, circuit breaker), sync or async.** ## Why httpware