From ef9b6fd500dfabd9463267b0dd9e29577eea8a2b Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Wed, 4 Mar 2026 17:48:19 +0800 Subject: [PATCH] docs: fix table formatting in README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c14b5913..23cfc253 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,12 @@ This feature is based on [LCEMP](https://github.com/LCEMP/LCEMP/) ### Launch Arguments -| Argument | Description | -|--------------------|----------------------------------------------------------------------------------------------------------------| -| `-name ` | Sets your in-game username | -| `-server` | Launches a headless server instead of the client | -| `-ip
` | Client mode: manually connect to an IP. Server mode: override the bind IP from `server.properties` | -| `-port ` | Client mode: override the join port. Server mode: override the listen port from `server.properties` | +| Argument | Description | +|--------------------|-----------------------------------------------------------------------------------------------------| +| `-name ` | Sets your in-game username | +| `-server` | Launches a headless server instead of the client | +| `-ip
` | Client mode: manually connect to an IP. Server mode: override the bind IP from `server.properties` | +| `-port ` | Client mode: override the join port. Server mode: override the listen port from `server.properties` | Example: ```