Skip to content

Commit 8a50188

Browse files
committed
Updated readme
1 parent 53c38ab commit 8a50188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This short example connects to a RCon server and prints all server messages it r
2222
def msg(message):
2323
print(message)
2424

25-
import ARC
25+
import rcon
2626
rcon_client = rcon.ARC("192.168.000.001", "MyPassword", 2302)
2727
rcon_client.add_Event("received_ServerMessage", msg)
2828

@@ -32,7 +32,7 @@ rcon_client.add_Event("received_ServerMessage", msg)
3232

3333
# Contact me:
3434
Join my Discord: https://discordapp.com/invite/YhBUUSr
35-
or on the Bohemia Interactive Forum Thread: https://forums.bohemia.net/forums/topic/223835-api-bec-rcon-api-for-python-and-discord/
35+
Bohemia Interactive Forum Thread: https://forums.bohemia.net/forums/topic/223835-api-bec-rcon-api-for-python-and-discord/
3636

3737
# Documentation
3838
## Event Handlers:

0 commit comments

Comments
 (0)