Update README.md

Commit 466d534 · Harrison Erd · 2025-06-29T14:52:42-04:00

Changeset
466d534c6a4e7f6a03542e621a953fe41bc2c98c
Parents
a028a9f1ac192f19d85dc97daf0a62eafb2fa4f2

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/README.md b/README.md
index 297d16f..8989866 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ pip install micropie
 ```
 For an ultra-minimalistic approach, download the standalone script (development version):
 
-[MicroPie.py](https://raw.githubusercontent.com/patx/micropie/refs/heads/main/MicroPie.py)
+[micropie.py](https://raw.githubusercontent.com/patx/micropie/refs/heads/main/micropie.py)
 
 Place it in your project directory, and you are good to go. Note that `jinja2` must be installed separately to use the `_render_template` method and/or `multipart` for handling file data (the `_parse_multipart` method), but this *is* optional and you can use MicroPie without them. To install the optional dependencies use:
 ```bash