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