aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaoge_cmd <3523206925@qq.com>2026-03-04 17:48:19 +0800
committerdaoge_cmd <3523206925@qq.com>2026-03-04 17:48:19 +0800
commitef9b6fd500dfabd9463267b0dd9e29577eea8a2b (patch)
treed8edab6af4997b49da31b3eee56f6d77ce3e1c22 /README.md
parent5d9f6f6347c3bf21a0049f33401ec2a1c0cd6cbf (diff)
docs: fix table formatting in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files 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 <username>` | Sets your in-game username |
-| `-server` | Launches a headless server instead of the client |
-| `-ip <address>` | Client mode: manually connect to an IP. Server mode: override the bind IP from `server.properties` |
-| `-port <port>` | Client mode: override the join port. Server mode: override the listen port from `server.properties` |
+| Argument | Description |
+|--------------------|-----------------------------------------------------------------------------------------------------|
+| `-name <username>` | Sets your in-game username |
+| `-server` | Launches a headless server instead of the client |
+| `-ip <address>` | Client mode: manually connect to an IP. Server mode: override the bind IP from `server.properties` |
+| `-port <port>` | Client mode: override the join port. Server mode: override the listen port from `server.properties` |
Example:
```