Skip to content

Commit 6ebb2ff

Browse files
committed
Fix readme typo
1 parent f5b60af commit 6ebb2ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Example output shown may be shortened.
4242

4343
```py
4444
>>> import a2s
45-
>>> address = ("stomping.kinofemu.net", 27015)
45+
>>> address = ("stomping.kinofnemu.net", 27015)
4646
>>> a2s.info(address)
4747
SourceInfo(protocol=17, server_name=" 24/7 Dustbowl :: Nemu's Stomping Ground", map_name='cp_dustbowl',
4848
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)
6262
'mp_fadetoblack': '0'}
6363
```
6464

65+
## Tested Games
66+
67+
Team Fortress 2, Counter-Strike: Global Offensive
68+
6569
## License
6670

6771
MIT

0 commit comments

Comments
 (0)