We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0138a commit 7b8e5fcCopy full SHA for 7b8e5fc
README.md
@@ -48,7 +48,7 @@ int main(int argc, char const **argv) {
48
// listen on port 3000 and any available network binding (NULL == 0.0.0.0)
49
http_listen("3000", NULL, .on_request = on_request, .log = 1);
50
// start the server
51
- facil_run(.threads = 1);
+ facil_start(.threads = 1);
52
// deallocating the common values
53
fiobj_free(HTTP_X_DATA);
54
}
0 commit comments