diff --git a/README.md b/README.md index 9ad9a35..685a216 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ int main() { server.Route("/", std::make_shared()); - server.Run(); + server.Start(); } catch (const std::exception&) { return 1;