Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi authored Nov 21, 2016
1 parent bfa8d10 commit b6301a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ _This functions returns a value that indicates if the connection has been establ
Publishes a message to the broker with an optional payload:

```c++
void publish(string topic);
void publish(string topic, int qos = 0);
void publish(string topic, string payload, int qos = 0);
```
Expand Down

0 comments on commit b6301a4

Please sign in to comment.