From 6ebb2ff676ca540415da18d713c5c4a0644d2442 Mon Sep 17 00:00:00 2001 From: Gabriel Huber Date: Fri, 17 Jan 2020 04:56:05 +0100 Subject: [PATCH] Fix readme typo --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f71443f..3633c3c 100644 --- a/README.md +++ b/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