Update README.md

This commit is contained in:
Pierre-Olivier Latour
2014-04-15 01:09:10 -03:00
parent eb16566605
commit 14228834d6
+1 -1
View File
@@ -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