diff options
author | Wolfy-J <[email protected]> | 2018-02-07 17:08:24 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-02-07 17:08:24 +0300 |
commit | bcfc0d3194a33346fa63117a9ecb43ab38463b45 (patch) | |
tree | 48708b69dc56e87b7cbd3618c3728f554f9d583b | |
parent | 76066d6da4c02175ae2584e1fb37aa32dc8b579a (diff) | |
parent | b8b4a83c0af702f8d152ac150eaf8a3d17f2916f (diff) |
Merge pull request #3 from dunglas/patch-1
Fix typo in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ Features: - no external services, drop-in (based on [Goridge](https://github.com/spiral/goridge)) - load balancer, process manager and task pipeline - frontend agnostic (queue, REST, PSR-7, async php, etc) -- works over TPC, unix sockets and standard pipes +- works over TCP, unix sockets and standard pipes - automatic worker replacement and safe PHP process destruction - worker lifecycle management (create/allocate/destroy timeouts) - payload context and body |