From fa78dcbda922cbd894283b6d2f25e43b758fd816 Mon Sep 17 00:00:00 2001 From: Pengfei Zhu Date: Wed, 13 Nov 2019 22:30:22 +0800 Subject: [PATCH] Small fix to the command in README.md Avoids a bit of trouble for people just copying and modifying this command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5ab0d7..4e403bb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Quickly stand up new dedicated multiplayer lobbies that will be broadcasted on C ## Usage ``` sudo docker run -d \ - --publish 5000:5000/udp + --publish 5000:5000/udp \ citraemu/citra-multiplayer-dedicated \ --room-name "(COUNTRY) (REGION) - GAME TITLE" \ --preferred-game "GAME TITLE" \