Update readme

This commit is contained in:
Adam Gu
2018-05-09 17:07:58 +08:00
parent 662b7c4112
commit 81ed82a302
27 changed files with 438 additions and 238 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ public:
http_request.Build();
webcc::HttpClient http_client;
webcc::Error error = http_client.SendRequest(http_request, http_response);
webcc::Error error = http_client.MakeRequest(http_request, http_response);
return error == webcc::kNoError;
}