From 112401087e0d9b4ece4742bfe49f825c5e934c5d Mon Sep 17 00:00:00 2001 From: huangsong Date: Wed, 30 Oct 2024 11:14:19 +0800 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4eb65a..b92b42c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Http client base pydantic, with requests, aiohttp and httpx. Only support the json response. + +#### If you like this project, please give me a star. + ### How to install > only support `requests`: @@ -82,7 +85,7 @@ And see the examples. ### v1.0.2: use enum to define the client type. -### v1.0.3: you can define the your own client session in `client_config` +### v1.0.3: you can define your own client session in `client_config` ```python import aiohttp