Skip to content

Commit deefe37

Browse files
committed
fmt
1 parent e7c5bb0 commit deefe37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ bool connect(const char clientID[], const char username[], const char password[]
193193
- If the `skip` option is set to true, the client will skip the network level connection and jump to the MQTT level connection. This option can be used in order to establish and verify TLS connections manually before giving control to the MQTT client.
194194
- The functions return a boolean that indicates if the connection has been established successfully (true).
195195

196-
Publishes a message to the broker with an optional payload, which can be a string or binary:
196+
Publish a message to the broker with an optional payload, which can be a string or binary:
197197

198198
```c++
199199
bool publish(const String &topic);
@@ -208,7 +208,7 @@ bool publish(const char topic[], const char payload[], int length);
208208
bool publish(const char topic[], const char payload[], int length, bool retained, int qos);
209209
```
210210
211-
- Beginning with version 2.6, payloads for arbitrary length may be published, see [Notes](#notes).
211+
- Beginning with version 2.6, payloads of arbitrary length may be published, see [Notes](#notes).
212212
- The functions return a boolean that indicates if the publishing has been successful (true).
213213
214214
Subscribe to a topic:

0 commit comments

Comments
 (0)