diff --git a/bindings/nodejs/README.md b/bindings/nodejs/README.md
index f52cf18a2..31c09285e 100644
--- a/bindings/nodejs/README.md
+++ b/bindings/nodejs/README.md
@@ -861,13 +861,13 @@ Gets the metadata of the given message.
All fields are optional.
-| Field | Type | Description |
-| ----------------------- | ------------------- | ----------------------------------------------------------------------------------------------------- |
-| automaticDisconnect | number
| Whether the MQTT broker should be automatically disconnected when all topics are unsubscribed or not. |
-| timeout | number
| MQTT connection timeout in secods |
-| useWs | bool
| Defines if websockets should be used (true) or TCP (false) |
-| maxReconnectionAttempts | number
| Defines the maximum reconnection attempts before it returns an error |
-| port | number
| Defines the port to be used for the MQTT connection |
+| Field | Type | Description |
+| ----------------------- | -------------------- | ----------------------------------------------------------------------------------------------------- |
+| automaticDisconnect | boolean
| Whether the MQTT broker should be automatically disconnected when all topics are unsubscribed or not. |
+| timeout | number
| MQTT connection timeout in secods |
+| useWs | boolean
| Defines if websockets should be used (true) or TCP (false) |
+| maxReconnectionAttempts | number
| Defines the maximum reconnection attempts before it returns an error |
+| port | number
| Defines the port to be used for the MQTT connection |
### NodeAuthOptions