Update README.md

This commit is contained in:
Michael Lazar 2019-08-04 23:18:41 -04:00 committed by GitHub
parent 69923c0e7a
commit 4d0b610af0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
## Features ## 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. - Lightweight, single-file web framework with zero dependencies.
- A built-in static file server with support for *.gemini* directory map files. - A built-in static file server with support for *.gemini* directory map files.
- Supports concurrent connections using an asynchronous event loop. - Supports concurrent connections using an asynchronous event loop.