Commit 26938285 authored by Mathieu Stefani's avatar Mathieu Stefani

Fixed README example

parent d11bff9c
......@@ -24,6 +24,6 @@ struct HelloHandler : public Http::Handler {
};
int main() {
Http::listenAndServer<HelloHandler>("*:9080");
Http::listenAndServe<HelloHandler>("*:9080");
}
```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment