Skip to content

Commit 319417f

Browse files
committed
Updated README
1 parent 4c3b119 commit 319417f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,13 @@ svr.set_expect_100_continue_handler([](const Request &req, Response &res) {
248248
Client Example
249249
--------------
250250

251-
### GET
252-
253251
```c++
254252
#include <httplib.h>
255253
#include <iostream>
256254

257255
int main(void)
258256
{
257+
// IMPORTANT: 1st parameter must be a hostname or an IP adress string.
259258
httplib::Client cli("localhost", 1234);
260259

261260
auto res = cli.Get("/hi");

0 commit comments

Comments
 (0)