From c1b8b8e9d72e61127ad7a5ebead31dd185e52089 Mon Sep 17 00:00:00 2001 From: Anders Brams Date: Fri, 24 Apr 2026 19:57:45 +0200 Subject: [PATCH] Fix installation instructions for openapi-python --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ba1cd3..0bd3d41 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ ## Installation ```bash -# For built-in httpx transport: -uv add openapi-python[httpx] - # If you want to define your own HTTP transport (requests, asyncio, ...) uv add openapi-python + +# For built-in httpx transport: +uv add openapi-python[httpx] ```