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] ```