From 22e30b1a7265ba2b352db2273437ff4bf34213d6 Mon Sep 17 00:00:00 2001 From: Kevin Meijer Date: Tue, 23 Feb 2021 14:54:02 +0100 Subject: [PATCH] Fixed docs --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c05b00..a456a7d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PHPWebSockets [![Code documented](https://codedocs.xyz/WarriorXK/PHPWebSockets.svg)](https://codedocs.xyz/WarriorXK/PHPWebSockets/) Master: [![Build Status](https://travis-ci.com/WarriorXK/PHPWebSockets.svg?branch=master)](https://travis-ci.com/WarriorXK/PHPWebSockets) Develop: [![Build Status](https://travis-ci.com/WarriorXK/PHPWebSockets.svg?branch=develop)](https://travis-ci.com/WarriorXK/PHPWebSockets) -A PHP 7.0+ library to accept and create websocket connections, we aim to be 100% compliant with the websocket RFC and use the [Autobahn test suite](http://autobahn.ws/testsuite/) to ensure so. +A PHP library to accept and create websocket connections, we aim to be 100% compliant with the websocket RFC and use the [Autobahn test suite](http://autobahn.ws/testsuite/) to ensure so. Currently the server and the client are 100% compliant with the autobahn testsuite minus a few non-strict notices, the [compression extension](https://tools.ietf.org/html/rfc7692) for websockets will be implemented later ## Server diff --git a/composer.json b/composer.json index 0b7ca40..36cb480 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "warriorxk/phpwebsockets", "type": "library", - "description": "A websocket library for PHP 7.0+ with support for IPC using socket pairs", + "description": "A websocket library with support for IPC using socket pairs", "keywords": ["websocket", "php", "phpwebsockets", "ipc", "socket", "client", "server"], "homepage": "https://github.com/WarriorXK/PHPWebSockets", "license": "MIT",