Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9104054

Browse files
committedJan 27, 2025·
Fix README example
1 parent d69f144 commit 9104054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ svr.listen("0.0.0.0", 8080);
3939
#include "path/to/httplib.h"
4040

4141
// HTTP
42-
httplib::Client cli("http://yhirose.github.io/hi");
42+
httplib::Client cli("http://yhirose.github.io");
4343

4444
// HTTPS
45-
httplib::Client cli("https://yhirose.github.io/hi");
45+
httplib::Client cli("https://yhirose.github.io");
4646

4747
auto res = cli.Get("/hi");
4848
res->status;

0 commit comments

Comments
 (0)
Please sign in to comment.