From 053ee33a10bdd1354f96f71a44ebfaa09f11dad4 Mon Sep 17 00:00:00 2001 From: Philipp van Kempen Date: Fri, 16 Aug 2024 15:53:47 +0200 Subject: [PATCH] readme: fix whitespace --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0c5b1fd..52ee09cb 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ java -jar client.jar -server 192.168.1.7 -lang en_US # Replace IP with the one o #### Running Minigolf Server in Docker Container -We provide an experimental Dockerfile for easy hosting of the server application. +We provide an experimental Dockerfile for easy hosting of the server application. You can either build and run the image: ```sh docker build -t pfmg . @@ -84,7 +84,7 @@ Server CLI options: Client CLI options: - `--verbose` to enable debug logging - `--norandom` to disable randomization for shots -- `--username` to set username from CLI and skip inputting it +- `--username` to set username from CLI and skip inputting it ## Compatibility