aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-10 21:49:16 +0300
committerValentin Popov <info@valentineus.link>2017-10-10 21:49:16 +0300
commita7c2ed3c53f80773dfcc6586b93dde489246ee54 (patch)
tree993bfe8935a22708e1bc320c1564bced7cc956a0
parent0e38621d260fe89e7364575b3d70a5984841c60b (diff)
downloadiii-client-a7c2ed3c53f80773dfcc6586b93dde489246ee54.tar.xz
iii-client-a7c2ed3c53f80773dfcc6586b93dde489246ee54.zip
Correction of documentation
-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