Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Add named room in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganapati committed Dec 30, 2014
1 parent 001c878 commit faf9b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rooms = client.get_rooms()
# You can join a room using room identifier (ex: first room)
client.join(rooms[0]["id"])

# Or you can create a new room with client.create_room()
# Or you can create a new room with client.create_room("room_name")

# In your game main loop
while game_is_running:
Expand Down

0 comments on commit faf9b73

Please sign in to comment.