From 5f8e81aae60f7c722b55257bc9749885a9af0566 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 6 May 2024 07:25:38 +0300 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 443c5fd..57649e8 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ Based on [Ratchet](https://github.com/ratchetphp/Ratchet) asynchronous socket li ## Features -* Async connections +* Async listener * Multi-host * Multi-protocol: * [x] [NEX](https://nightfall.city/nex/info/specification.txt) * [ ] [Gemini](https://geminiprotocol.net) -* Event log +* Event logs * Optional: - * directory listing navigation with safe filesystem access - * custom index file names - * custom failure page + * file navigation on directory request + * custom index name + * custom failure template * Simple and flexible server configuration by CLI arguments ## Install