Skip to content

Commit d252a1a

Browse files
authored
Merge pull request #1 from Minibrams/Minibrams-patch-1
Fix installation instructions for openapi-python
2 parents f504816 + c1b8b8e commit d252a1a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
## Installation
88

99
```bash
10-
# For built-in httpx transport:
11-
uv add openapi-python[httpx]
12-
1310
# If you want to define your own HTTP transport (requests, asyncio, ...)
1411
uv add openapi-python
12+
13+
# For built-in httpx transport:
14+
uv add openapi-python[httpx]
1515
```
1616

1717

0 commit comments

Comments
 (0)