fix readme typos
authorgit <redacted>
Sat, 23 May 2026 14:40:40 +0000 (10:40 -0400)
committergit <redacted>
Sat, 23 May 2026 14:40:40 +0000 (10:40 -0400)
README.md

index aa3034347242e9b55a902444d7b86ef078d238d6..1bc216462796fd50ad0ab826bf0a8d6c6c87b7a3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,6 +3,6 @@ mage - tarpit assist image generating server
 Loads a set of images (and a single font) into memory and serves them via HTTP, modifying their hue, saturation and brightness.
 Log (in JSON) is printed to stdout, stderr is reserved for errors - launching mage with `-d` (daemonize) disables all output.
 
-Use this behind a rate-limiting reverse-proxy, as the server is build to provide maximum throughput. Using uncompressed and small images also helps with CPU loads.
+Use this behind a rate-limiting reverse-proxy, as the server is built to provide maximum throughput. Using uncompressed and small images also helps with CPU loads.
 
-Access images at `http://host:{PORT}{PATH}/*`, any string in place of the wildcard will be overlaid on the image.
+Access images at `http://host:{PORT}{PATH}*`, any string in place of the wildcard will be overlaid on the image.