update description

This commit is contained in:
yggverse 2024-04-25 14:17:01 +03:00
parent de6c32b9a4
commit 7d0d4dcc28

View File

@ -2,12 +2,12 @@
Server API changed with new features Server API changed with new features
Now constructor accepts line and size arguments, where the class contain new setters: Constructor receive line and size arguments, where the class contain new setters:
=> https://github.com/YGGverse/nps-php#serversetline Server::setLine => https://github.com/YGGverse/nps-php#serversetline Server::setLine
=> https://github.com/YGGverse/nps-php#serversetsize Server::setSize => https://github.com/YGGverse/nps-php#serversetsize Server::setSize
Handler function returns success status as the new argument Handler function return success status as the new argument
## Example ## Example