From 08fcb58e5d3a5cdbbfc16ca0936615a327853966 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 25 Apr 2024 16:45:07 +0300 Subject: [PATCH] update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 277873a..02ce3d7 100644 --- a/README.md +++ b/README.md @@ -166,9 +166,13 @@ Get current `Handler` function, `null` by default #### Server::start -Run server object using this method. +Run server object using this method -Define handler function as the argument to process application logic dependent of client request. +``` php +$server->start(); +``` + +Optionally, define handler function as the argument to process application logic dependent of client request ``` php $server->start(