📝 Update README.md

This commit is contained in:
洛水居室 2023-07-20 16:19:09 +08:00
parent 0cf35666ec
commit 19acdb26f1
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -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