aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-07-27 17:22:38 -0700
committerTrumeet <yuuta@yuuta.moe>2022-07-27 17:22:38 -0700
commitd051644586165d4c473bd4c09fad7fc0d472fb94 (patch)
tree2148003835db58c41916743e205fac12b7d41e98
parent1b9b47ddce6d9e17029efc79a459a7eb3238628c (diff)
downloadacron-d051644586165d4c473bd4c09fad7fc0d472fb94.tar
acron-d051644586165d4c473bd4c09fad7fc0d472fb94.tar.gz
acron-d051644586165d4c473bd4c09fad7fc0d472fb94.tar.bz2
acron-d051644586165d4c473bd4c09fad7fc0d472fb94.zip
docs(mod): fix wrong config key 'listen'
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a82b37b..45307a6 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Finally, edit `<Minecraft server working directory>/config/acron.json` as follow
```json
{
"port": 25575,
- "address": "127.0.0.1",
+ "listen": "127.0.0.1",
"native_transport": false,
"clients": [
{