diff --git a/http/index.html b/http/index.html
index 5bd9224..76e2922 100644
--- a/http/index.html
+++ b/http/index.html
@@ -20,7 +20,7 @@
Serve me some pages!
- Index: This page (static)
- - Nice cars: Stress test, loads 4 "large" images. Makes the chip panic and restart :( (static)
+ - Nice cars: Stress test, loads several "large" images. Makes the chip panic and restart :( (static)
- Zipped: File is actually saved as zipped.html.gz. A compressed file! (static but gzipped)
- Zipped: Same exact file as served above. Server is smart enough to treat the .gz extension correctly (static but gzipped)
- Arguments: Parses arguments passed in the URL and prints them. (Lua)