aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-07-19 17:44:51 -0700
committerTrumeet <yuuta@yuuta.moe>2022-07-19 17:44:51 -0700
commit52eecba0bcc3da94acbb10f12e0354c302637584 (patch)
treee850121587d69547e5e47fe98aa55068900c87e6
parented378a54db3223958e1609c268031dbc3b37ed07 (diff)
downloadacron-52eecba0bcc3da94acbb10f12e0354c302637584.tar
acron-52eecba0bcc3da94acbb10f12e0354c302637584.tar.gz
acron-52eecba0bcc3da94acbb10f12e0354c302637584.tar.bz2
acron-52eecba0bcc3da94acbb10f12e0354c302637584.zip
Fix docs
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 177911a..14ccff9 100644
--- a/README.md
+++ b/README.md
@@ -486,7 +486,7 @@ Response:
},
"world": "end"
},
- "reason": ""
+ "text": ""
}
```
@@ -535,7 +535,7 @@ Parameters:
* `.z` (double, any within border limit, 0.0): Z
* `.world` (enum, overworld / nether / end, not present if Acron cannot determine the world): The dimension
of the entity when died.
-* `.text` (string, any valid death message, always present): The user-readable death message.
+* `.message` (string, any valid death message, always present): The user-readable death message.
> **Roadmap**
>