From 9cac2c9ceb73aa3bf365ab5d2997f9a9ea472de2 Mon Sep 17 00:00:00 2001 From: Miosame Date: Fri, 18 Dec 2020 21:12:21 +0100 Subject: [PATCH] typo: specitic => specific (#802) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f7443f..702c746 100644 --- a/README.md +++ b/README.md @@ -647,7 +647,7 @@ res = cli.Get("/"); res->status; // 200 ``` -### Use a specitic network interface +### Use a specific network interface NOTE: This feature is not available on Windows, yet.