From 19acdb26f116ad32ff527cf2117aa8ec22525bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Thu, 20 Jul 2023 16:19:09 +0800 Subject: [PATCH] :memo: Update `README.md` --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f3edf6e..933a7e3 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Modern API wrapper for Genshin Impact & Honkai: Star Rail built on asyncio and p ## Requirements -- Python 3.9+ +- Python 3.8+ - httpx - Pydantic ## Example -A very simple example of how simnet would be used: +A very simple example of how SIMNet would be used: ```python3 import asyncio @@ -26,8 +26,5 @@ async def main(): asyncio.run(main()) ``` -> Note that Hoyolab has not implemented Battle Chronicle for Honkai Star Rail yet (as of 05/16/2023). -> HSR related features will be unavailable for global players. For more details, check issue #24 - ## Credits - [genshin.py](https://github.com/thesadru/genshin.py/): fork source \ No newline at end of file