From ef5e4044f13b21f8048290b7f3740ff462c72f82 Mon Sep 17 00:00:00 2001 From: yhirose Date: Sun, 19 Jan 2025 23:46:12 -0500 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c569c7..9b4ab83 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ svr.listen("0.0.0.0", 8080); #include "path/to/httplib.h" // HTTP -httplib::Client cli("http://cpp-httplib-server.yhirose.repl.co"); +httplib::Client cli("http://yhirose.github.io/hi"); // HTTPS -httplib::Client cli("https://cpp-httplib-server.yhirose.repl.co"); +httplib::Client cli("https://yhirose.github.io/hi"); auto res = cli.Get("/hi"); res->status;