diff options
author | Wolfy-J <[email protected]> | 2018-07-28 16:14:47 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-07-28 16:14:47 +0300 |
commit | d3551e5f55f95108a61f7ebcf4d64296ca7494be (patch) | |
tree | 60c480d66f53dc262bfae2516beba006fa7fa07f | |
parent | 863578002062e11ab892e3637dc429180b8f778e (diff) |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -10,7 +10,11 @@ RoadRunner RoadRunner is an open source (MIT licensed), high-performance PSR-7 PHP application server, load balancer and process manager. It supports running as a service with the ability to extend its functionality on a per-project basis. -#[Documentation and Wiki](wiki/) +# Table of Content +- [What is RoadRunner](wiki/what-is-roadrunner) +- [Installation](wiki/installation) +- [Configuration](wiki/configuration) +- [Standalone Usage](wiki/standalone-usage) Features: -------- @@ -294,4 +298,4 @@ if h, ok := c.Get(rrttp.ID); ok >= service.StatusConfigured { License: -------- -The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. +The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. Maintained by [SpiralScout](https://spiralscout.com). |