update readme

This commit is contained in:
yggverse 2024-05-06 07:38:02 +03:00
parent 2784bd24dd
commit 6b6bfbacfa

View File

@ -33,7 +33,7 @@ Create as many servers as wanted by providing different `type`, `host`, `port` a
* for security reasons, `next` server prevents any access to the hidden files (started with dot)
* also, clients can't access any data out the `root` path, that defined on server startup
Simple example:
Startup example:
``` bash
php src/server.php type=nex host=127.0.0.1 port=1900 root=/target/dir