diff options
author | Valery Piashchynski <[email protected]> | 2021-04-13 14:15:01 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-13 14:15:01 +0300 |
commit | f125057f4937731c8f5adf641f7544a62690b523 (patch) | |
tree | 00d3965f7ebc9b3275dab20f0df05ba2d3548e11 | |
parent | 5d6ccf85ce65944c5876abc97c3e1d2acf470828 (diff) |
upd(README): Add releases schedule
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -18,11 +18,12 @@ RoadRunner is an open-source (MIT licensed) high-performance PHP application ser It supports running as a service with the ability to extend its functionality on a per-project basis. RoadRunner includes PSR-7/PSR-17 compatible HTTP and HTTP/2 server and can be used to replace classic Nginx+FPM setup -with much greater performance and flexibility. +with much greater performance and flexibility. <p align="center"> <a href="https://roadrunner.dev/"><b>Official Website</b></a> | - <a href="https://roadrunner.dev/docs"><b>Documentation</b></a> + <a href="https://roadrunner.dev/docs"><b>Documentation</b></a> | + <a href="https://github.com/orgs/spiral/projects/2"><b>Release schedule</b></a> </p> Features: |