diff --git a/README.md b/README.md index 1f24296..c4f2307 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
An experimental python server for the new, under development Gemini Protocol.
-Learn more about Project Gemini from its designer, ~solderpunk, here.
+Learn more about Project Gemini here.
@@ -23,9 +23,11 @@ ## Features -- A modern python 3 codebase with type hinting and black formatting. -- Lightweight, single-file web framework with zero dependencies. -- A built-in static file server with support for *.gemini* directory map files. +Jetforce comes with two components: + +- A modern python codebase with type hinting and black formatting. +- A built-in static file server with support for gemini directory files. +- Lightweight, single-file framework with zero dependencies. - Supports concurrent connections using an asynchronous event loop. - Extendable - loosely implements the [WSGI](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) server/application pattern.