Skip to content

Commit

Permalink
Fix IP example
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo committed Sep 13, 2024
1 parent e35f2bf commit ce4476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/docs/connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Some embedded devices don't have DNS support and can only connect to static IPs.

```csharp
var options = new HiveMQClientOptionsBuilder()
.WithWebSocketServer("127.0.0.1:8000")
.WithBroker("10.0.12.222:8000")
.Build();

var client = new HiveMQClient(options);
Expand Down

0 comments on commit ce4476f

Please sign in to comment.