Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanahuja authored May 14, 2021
1 parent daf172e commit 3bbb45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SocketIO implementation using RFC6455-compliant websockets only. Built on top of Swoole Websocket Server.

## Requirements
- PHP ^7.3
- PHP >=7.2
- Swoole ^4.0

## Install
Expand Down Expand Up @@ -34,4 +34,4 @@ $server->on('connection', function(Client $client) {
echo "New client connected " . $client->getId() . " from IP " . $client->getAddress() . PHP_EOL;
});
```
```

0 comments on commit 3bbb45f

Please sign in to comment.