aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9825045..fa50772 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,8 @@ All messages may optionally include an `session` field. When you authorize again
| Field | Type | Description |
|-------|------|-------------|
| `command` | string | The command N core should handle |
-| `arguments` | string | The arguments to the command (i.e. all remaining text in the message |
-| `session` | string | The session id, defaults to `null` |
+| `arguments` | string | The arguments to the command (i.e. all remaining text in the message - can be empty) |
+| `session` | string | The session id, should default to `null` |
### answer
The answer consists of an array of `reply` objects, an `success`-flag and a `session`-id provided by N core.