From 406911794d27b9aaf470f955fac9bf62488a330d Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 27 Apr 2024 01:15:52 +0300 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9cbfa13..c227dd7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # nex-php -PHP 8 Library for Nex Protocol (see also [nps-php](https://github.com/YGGverse/nps-php)) +PHP 8 Library for NEX Protocol (see also [nps-php](https://github.com/YGGverse/nps-php)) ## Usage @@ -10,7 +10,7 @@ composer require yggverse/nex ## Client -PHP interface for Nex protocol queries +PHP interface for NEX protocol queries ``` php $client = new \Yggverse\Nex\Client; @@ -41,7 +41,7 @@ var_dump( ## Server -Build interactive server instance to listen Nex protocol connections! +Build interactive server instance to listen NEX protocol connections! ``` php $server = new \Yggverse\Nex\Server; @@ -94,4 +94,4 @@ Same to `Server::setLive(false)` ### Examples -* [next](https://github.com/YGGverse/next) - PHP 8 Server for Nex Protocol \ No newline at end of file +* [next](https://github.com/YGGverse/next) - PHP 8 Server for NEX Protocol \ No newline at end of file