diff --git a/README.md b/README.md index ab9e7c0..2e95700 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ int main(int argc, const char* argv[]) { }]; - // Use convenience method that runs server on port 8080 until SIGINT received + // Use convenience method that runs server on port 8080 until SIGINT received (Ctrl-C in Terminal) [webServer runWithPort:8080]; // Destroy server