Skip to content

Commit 84b4646

Browse files
author
Mahmoud Ben Hassine
committed
fix typo
1 parent 7be1bef commit 84b4646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GameHub.io uses a simple gaming sequence through Socket.io that works for 2+ pla
4141

4242
1. Each player can create a game by sending a 'create-game' event to the server
4343
2. The server creates a new game and replies to the player with a randomly generated token for the game
44-
3. The player sends this token to others players and waits for them to join the game
44+
3. The player sends this token to other players and waits for them to join the game
4545
4. Others players join the game by sending a 'join-game' event to the server
4646
5. Once all players joined the game, the server joins players sockets to the same socket.io room
4747
6. At this point, the game starts: depending on the game nature, each player can send a random number of events that will be broadcast to other players.

0 commit comments

Comments
 (0)