aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorset <set>2020-08-28 15:06:28 +0200
committerset <set>2020-08-28 15:06:28 +0200
commitef986b137f2b5481d35a3b51cf79c4536e06dae8 (patch)
tree4c43b1774b119f23908664d89af9d1ef7298c9da
parent088eb1be9aa86343450c297380294483dc0bc3d0 (diff)
downloadn_core-ef986b137f2b5481d35a3b51cf79c4536e06dae8.tar.gz
n_core-ef986b137f2b5481d35a3b51cf79c4536e06dae8.zip
updated read me
-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.