diff --git a/README.md b/README.md index 0cd53d1..b87f0f3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is a simulation of the classic game of "La Brisca" in command line interfac # Simple instructions📄 - ❗⚠️IMPORTANT⚠️❗ You should use a terminal that supports colorized ASCII characters, so you will see the prints colorized and all will be more readable! If you are on Windows I recommend you the new Windows Terminal. -- To execute the game get Java☕ - 16 or newer version. Then download the game here. Execute the file via terminal inputting `java -jar ./la-brisca-cli.jar`, where `.` is the current folder, which contains the `jar`. +- To execute the game get Java☕ - 16 or newer version. Then download the game here. Execute the file via terminal inputting `java -jar ./la-brisca-cli.jar`, where `.` is the current folder, which contains the `jar`. - The game can have multiple players, but in this case I chose the 2-players version. I created a bot, so you can play against it.