diff options
author | Wolfy-J <[email protected]> | 2018-01-28 21:21:26 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-01-28 21:21:26 +0300 |
commit | fd00847478d1e3e474c9be98c1370cf80ecea040 (patch) | |
tree | 6f32de1dcf09bf964d285a14d998cec31255b44e /README.md | |
parent | e7a19e067a7ee2229465fb04080c9db5e1afadcb (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -9,13 +9,6 @@ RoadRunner High-performance PHP load balancer and process manager library for Golang. -Installation: --------- -``` -$ go get github.com/spiral/roadrunner -$ composer require spiral/roadrunner -``` - Features: -------- - no external services, drop-in (based on [Goridge](https://github.com/spiral/goridge)) @@ -30,6 +23,13 @@ Features: - very fast (~250k calls per second on Ryzen 1700X over 16 threads) - works on Windows +Installation: +-------- +``` +$ go get github.com/spiral/roadrunner +$ composer require spiral/roadrunner +``` + Examples: -------- |