summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 586a1521..f7673e89 100644
--- a/README.md
+++ b/README.md
@@ -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:
--------