fix typo in `README.md`

Commit 69ee960 · patx · 2025-06-09T21:32:50-04:00

Changeset
69ee960889ecfc9194dc5624f66eab30cee0b061
Parents
d8c132b92c97f5d5b2b2529ddcccde0d76e9583f

View source at this commit

Comments

No comments yet.

Log in to comment

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]
 ```