From c06c9dda781d2afa4be02f713707db67de33474f Mon Sep 17 00:00:00 2001 From: Hugo Gomes Date: Fri, 13 Oct 2023 17:38:25 +0100 Subject: [PATCH] review --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc449026..05159f8d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Joyful Python Web App development** -Appier is an object-oriented Python web framework built for super fast app development. +Appier is an object-oriented Python web framework built for super-fast app development. It's as lightweight as possible, but not too lightweight. It gives you the power of bigger frameworks, without their complexity. @@ -67,7 +67,7 @@ It features the following: * Out-of-the-box support for multiple [WSGI](https://wsgi.readthedocs.io/) and [ASGI](https://asgi.readthedocs.io/) servers: [Netius](https://netius.hive.pt), [Uvicorn](https://www.uvicorn.org), [Hypercorn](https://pgjones.gitlab.io/hypercorn), [Daphne](https://github.com/django/daphne), etc. For the purposes of rapid web development, Appier goes well with [Netius](http://netius.hive.pt) -(web server) and [UXF](http://uxf.hive.pt) (client side graphical library) as a whole stack. +(web-server) and [UXF](http://uxf.hive.pt) (client-side graphical library) as a whole stack. ## Learn more