diff --git a/README.md b/README.md index e9a09a6..5412937 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ int main(int argc, char* argv[]) { std::make_shared(), { "GET", "PUT", "DELETE" }); - server.Start(); + server.Run(); } catch (const std::exception& e) { std::cerr << e.what() << std::endl;