Skip to content

Commit 224ffbd

Browse files
committed
fix
1 parent c19f59e commit 224ffbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Connect to broker using the supplied client id and an optional username and pass
9999

100100
```c++
101101
boolean connect(const char * clientId);
102-
boolean connect(const char * clientId, const char* username, const char* password);
102+
boolean connect(const char * clientId, const char * username, const char * password);
103103
```
104104
105105
_This functions returns a value that indicates if the connection has been established successfully._

0 commit comments

Comments
 (0)