Browse Source

Fix readme typo

async
Gabriel Huber 5 years ago
parent
commit
6ebb2ff676
  1. 6
      README.md

6
README.md

@ -42,7 +42,7 @@ Example output shown may be shortened.
```py
>>> import a2s
>>> address = ("stomping.kinofemu.net", 27015)
>>> address = ("stomping.kinofnemu.net", 27015)
>>> a2s.info(address)
SourceInfo(protocol=17, server_name=" 24/7 Dustbowl :: Nemu's Stomping Ground", map_name='cp_dustbowl',
folder='tf', game='Team Fortress', app_id=440, player_count=31, max_players=33, bot_count=21,
@ -62,6 +62,10 @@ game_id=440, ping=0.253798684978392)
'mp_fadetoblack': '0'}
```
## Tested Games
Team Fortress 2, Counter-Strike: Global Offensive
## License
MIT

Loading…
Cancel
Save