Skip to content

Commit 7b8e5fc

Browse files
committed
docs fix boazsegev#134
1 parent ac0138a commit 7b8e5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ int main(int argc, char const **argv) {
4848
// listen on port 3000 and any available network binding (NULL == 0.0.0.0)
4949
http_listen("3000", NULL, .on_request = on_request, .log = 1);
5050
// start the server
51-
facil_run(.threads = 1);
51+
facil_start(.threads = 1);
5252
// deallocating the common values
5353
fiobj_free(HTTP_X_DATA);
5454
}

0 commit comments

Comments
 (0)