Skip to content

Commit 663c41b

Browse files
authored
doc: code example tweak (#62)
1 parent 8fb6aa2 commit 663c41b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/DEPENDENCY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ In all examples below, we will attempt to compile:
4343

4444
int main()
4545
{
46-
questdb::ingress::line_sender sender{"localhost", 9009};
46+
auto sender = questdb::ingress::line_sender::from_conf(
47+
"http::addr=localhost:9000;");
4748
return 0;
4849
}
4950
```

0 commit comments

Comments
 (0)