From bab0056bfe44b9e6f32be7c87fb335de2b70fc25 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Fri, 23 Aug 2019 23:21:43 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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.

rocket launch

@@ -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.