From 2048384c561f86fc1d7e0d3b5a89c5e561162370 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 24 May 2020 00:45:01 -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 9da64ba..931dc05 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 complete framework for writing python applications that loosely mimics [WSGI](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface). +- A full framework for writing python applications that loosely mimics [WSGI](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface). - 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.