Skip to content

Commit

Permalink
add note to see how to configure the server
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Feb 26, 2023
1 parent b9fab57 commit e16c376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -58,3 +58,5 @@ You can run this server via the command `php server.php`. By default the server
This example will return the content of the file `somewhere/some-file` if it exists on the filesystem otherwise it will respond with a `404 not found`.

The asynchronicity of this program is handled by the `OperatingSystem` abstraction meaning you can write code _as if_ it was synchronous.

**Note**: you can run `php server.php --help` to see the options available to configure the server.

0 comments on commit e16c376

Please sign in to comment.