patx/micropie
fix typo in `README.md`
Commit 69ee960 · patx · 2025-06-09T21:32:50-04:00
Comments
No comments yet.
Diff
diff --git a/README.md b/README.md
index 3aa1a02..606f81c 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ pip install micropie[standard]
```
This will install MicroPie along with `jinja2` for template rendering, and `multipart`/`aiofiles` for parsing multipart form data.
-If you would like to install **all** optional dependencies (everything from `standard` plus `orjson` and `uvicorn` you can run:
+If you would like to install **all** optional dependencies (everything from `standard` plus `orjson` and `uvicorn`) you can run:
```bash
pip install micropie[all]
```