From 7d0d4dcc280aa2e7e81374548de1038ce7b8620d Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 25 Apr 2024 14:17:01 +0300 Subject: [PATCH] update description --- nps/nps-php/1.1.0.gmi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nps/nps-php/1.1.0.gmi b/nps/nps-php/1.1.0.gmi index 28eca06..764b818 100644 --- a/nps/nps-php/1.1.0.gmi +++ b/nps/nps-php/1.1.0.gmi @@ -2,12 +2,12 @@ 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#serversetsize Server::setSize -Handler function returns success status as the new argument +Handler function return success status as the new argument ## Example