From a7c2ed3c53f80773dfcc6586b93dde489246ee54 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 10 Oct 2017 22:49:16 +0400 Subject: Correction of documentation --- README.md | 6 +++--- 1 file 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. -## send(cuid, text, callback) +## send(uuid, text, callback) Sends a message to bot and returns a response. | Param | Type | Description | | --- | --- | --- | -| cuid | String | Session ID | -| text | String | Send messages | +| uuid | String | Session ID | +| text | String | The message you are sending | | callback | function | Function handler | ## License -- cgit v1.2.3