summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-01-10 13:34:08 +0100
committerGitHub <[email protected]>2024-01-10 13:34:08 +0100
commit620bef89a8dc96ed097adb2006c94bac45219296 (patch)
tree5c42342f107e0646ce24db318936824736687fe8
parentf6e77696748bc3db17885f36a92c82e2d0b78990 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 90b01608..4a933882 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ 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 with plugins.
RoadRunner includes PSR-7/PSR-17 compatible HTTP and `HTTP(S)/2/3` servers and can be used to replace classic Nginx+FPM setup
-with much greater performance and flexibility. RoadRunner features `HTTP(S)/2/3` servers as just one of its many available plugins, but its capabilities extend far beyond:
+with much greater performance and flexibility. `HTTP(S)/2/3` servers as just one of its many available plugins, but its capabilities extend far beyond:
- Queue drivers: RabbitMQ, Kafka, SQS, Beanstalk, NATS, In-Memory.
- KV drivers: Redis, Memcached, BoltDB, In-Memory.
- OpenTelemetry protocol support (`gRPC`, `http`, `jaeger`).