Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi committed Dec 16, 2015
1 parent b73a2c2 commit 7334d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ void setWill(string topic, string payload);
Connect to broker using the supplied client id and an optional username and password:
```c++
boolean connect(string clientId);
boolean connect(string clientId, string username, string password);
bool connect(string clientId);
bool connect(string clientId, string username, string password);
```

_This functions returns a value that indicates if the connection has been established successfully._
Expand Down

0 comments on commit 7334d01

Please sign in to comment.