diff options
author | Wolfy-J <[email protected]> | 2018-01-28 19:28:29 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-28 19:28:29 +0300 |
commit | f29eaed076ec57513a6c29b3b27afc76cd5a219d (patch) | |
tree | 02c15208c092bfd576ce9c6e7500f2c5d906d757 | |
parent | e71028e018e1741f3a592d28cda0494a8b997f36 (diff) |
badge
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | composer.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ RoadRunner [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/spiral/roadrunner/badges/quality-score.png)](https://scrutinizer-ci.com/g/spiral/roadrunner/?branch=master) [![Codecov](https://codecov.io/gh/spiral/roadrunner/branch/master/graph/badge.svg)](https://codecov.io/gh/spiral/roadrunner/) -High-performance PHP job balancer and process manager library for Golang. +High-performance PHP load balancer and process manager library for Golang. Features: -------- diff --git a/composer.json b/composer.json index 7cb0b0df..b72f6de1 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spiral/roadrunner", "type": "library", - "description": "High-performance PHP job balancer and process manager library for Golang", + "description": "High-performance PHP load balancer and process manager library for Golang", "license": "MIT", "authors": [ { |