From 0a2cb20223190d4e3f153ac99067f60970e1c3ba Mon Sep 17 00:00:00 2001 From: Ron Klein Date: Tue, 23 Jun 2020 01:12:22 +0300 Subject: [PATCH] fix documentation typo (#539) fix "adress" --> "address" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dc0c76..daac71a 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,7 @@ Client Example int main(void) { - // IMPORTANT: 1st parameter must be a hostname or an IP adress string. + // IMPORTANT: 1st parameter must be a hostname or an IP address string. httplib::Client cli("localhost", 1234); auto res = cli.Get("/hi");