fix readme.md typos

Commit be018cb · patx · 2025-06-10T19:51:20-04:00

Changeset
be018cbb7127cd4e53f7cb13f83c8b7350b893f1
Parents
341b4d333e0c567590054df81e96bbdf7122b076

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/README.md b/README.md
index a69d648..41df121 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
 ## **Installing MicroPie**
 
 ### **Installation**
-Install MicroPie with all optional dependencies via pip:
+Install MicroPie with **standard** optional dependencies via pip:
 ```bash
 pip install micropie[standard]
 ```
@@ -40,8 +40,7 @@ You can also install MicroPie without ANY dependencies via pip:
 ```bash
 pip install micropie
 ```
-
-For an ultra-minimalistic approach, download the standalone script:
+0For an ultra-minimalistic approach, download the standalone script (development version):
 
 [MicroPie.py](https://raw.githubusercontent.com/patx/micropie/refs/heads/main/MicroPie.py)
 
@@ -217,7 +216,7 @@ The best way to get an idea of how MicroPie works is to see it in action! Check
 - JSON Requests and Responses
 - Socket.io Integration
 - Async Streaming
-- Middleware, including rate limiting and explicit routing
+- Middleware including, rate limiting and explicit routing
 - Form handling and POST requests
 - And more
 
@@ -230,8 +229,8 @@ The best way to get an idea of how MicroPie works is to see it in action! Check
 | **Routing**         | Automatic     | Manual       | Automatic  | Manual       | Views        | Manual          |
 | **Template Engine** | Jinja2 (Opt.) | Jinja2       | Plugin     | SimpleTpl    | Django       | Jinja2          |
 | **Middleware**      | Yes           | Yes          | Yes        | Yes          | Yes          | Yes             |
-| **Session Handling**| Plugin        | Extension    | Built-in   | Plugin       | Built-in     | Extension       |
-| **Async Support**   | Yes           | No (Quart)   | No         | No           | Yes          | Yes             |
+| **Session Handling**| Plugin        | Plugin       | Built-in   | Plugin       | Built-in     | Plugin          |
+| **Async Support**   | Yes           | No           | No         | No           | Yes          | Yes             |
 | **Built-in Server** | No            | No           | Yes        | Yes          | Yes          | No              |
 
 ## Benchmark Results