From f9726f9fa9fd746247a07ce71d87e4f727e0541f Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 7 Jan 2021 23:58:53 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa6c8d0..29a8b1b 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ 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 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 full framework for writing expressive gemini applications like [astrobotany](https://github.com/michael-lazar/astrobotany). +- A lean, modern codebase with type hints and black formatting. - A solid foundation built on top of the [twisted](https://twistedmatrix.com/trac/) asynchronous networking engine. ## Installation