From 4d0c640aec56d21bfdf7b57811394f6a40ce0335 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sat, 23 May 2020 22:04:27 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c559da..ec424e8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Learn more about Gemini [here](https://portal.mozz.us/). ## Features - A built-in static file server with support for gemini directories and CGI scripts. -- A python application framework that loosely mimics the [WSGI](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) interface design. +- A framework for python applications that loosely mimics the [WSGI](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) interface design. - A lean, modern python codebase with type hints and black formatting. - A solid foundation built on top of the [twisted](https://twistedmatrix.com/trac/) asynchronous networking engine.