Skip to content

Commit 1124010

Browse files
author
huangsong
committed
update readme
1 parent 5188807 commit 1124010

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
Http client base pydantic, with requests, aiohttp and httpx.
66
Only support the json response.
77

8+
9+
#### If you like this project, please give me a star.
10+
811
### How to install
912

1013
> only support `requests`:
@@ -82,7 +85,7 @@ And see the examples.
8285

8386
### v1.0.2: use enum to define the client type.
8487

85-
### v1.0.3: you can define the your own client session in `client_config`
88+
### v1.0.3: you can define your own client session in `client_config`
8689

8790
```python
8891
import aiohttp

0 commit comments

Comments
 (0)