aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 83c7c0e..c871f6b 100644
--- a/README.md
+++ b/README.md
@@ -75,13 +75,13 @@ Connection to the service and retrieves the session identifier.
<a name="send"></a>
-## send(cuid, text, callback)
+## send(uuid, text, callback)
Sends a message to bot and returns a response.
| Param | Type | Description |
| --- | --- | --- |
-| cuid | <code>String</code> | Session ID |
-| text | <code>String</code> | Send messages |
+| uuid | <code>String</code> | Session ID |
+| text | <code>String</code> | The message you are sending |
| callback | <code>function</code> | Function handler |
## License