diff --git a/examples/livechat/README.md b/examples/livechat/README.md
index 7da2a46f..ef5e30a9 100644
--- a/examples/livechat/README.md
+++ b/examples/livechat/README.md
@@ -34,21 +34,21 @@ Live Chat's EventEmitter.
Arguments:
| Type | Description |
| --- | --- |
- | `object` | Initial chat data, actions, info, etc. |
+ | `LiveChatContinuation` | Initial chat data, actions, info, etc. |
- `chat-update`
Arguments:
| Type | Description |
| --- | --- |
- | `object` | Chat Action |
+ | `ChatAction` | Chat Action |
- `metadata-update`
Arguments:
| Type | Description |
| --- | --- |
- | `object` | LiveStream Metadata |
+ | `LiveMetadata` | LiveStream Metadata |
### start()
@@ -66,7 +66,7 @@ Sends a message.
| --- | --- | --- |
| text | `string` | Message content |
-**Returns:** `Promise.