From 6b6bfbacfa9b76a50596a89177d82018b4f83a12 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 6 May 2024 07:38:02 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e89dda9..da79065 100644 --- a/README.md +++ b/README.md @@ -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