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