mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-05 00:04:17 +08:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user