From 4d0b610af09d0f8c1efd9c367d9216636b74b08c Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 4 Aug 2019 23:18:41 -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 0cdc159..ae63156 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Features -- A modern Python 3 codebase with type hinting and black formatting. +- 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. - Supports concurrent connections using an asynchronous event loop.