diff --git a/README.md b/README.md index 463f6d3d0bd3b99260983828c9b33b36fd8a777e..7176b70fea434fcfcbc6b8a2692d5f4058db386f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ One player play with a smart AI. AI places his piece in a random column except i ## How to play ? **For play**, the user execute the program `./puissance4 <mode> <lines> <columns>`. -- `<mode>` : The game mod (1 for random AI, 2 for smart AI and 3 for two players) +- `<mode>` : The game mode (1 for random AI, 2 for smart AI and 3 for two players) - `<lines>` : The height (lines) of the board - `<columns>` : The width (columns) of the board.