diff --git a/image-resizer/README.md b/image-resizer/README.md
index 763d481..153de3b 100644
--- a/image-resizer/README.md
+++ b/image-resizer/README.md
@@ -1,6 +1,6 @@
# image-resizer
-Lightweight image resizing CLI written in Go.
+Lightweight image batch-resizer written in Go — scales images to a percentage of their original size while preserving aspect ratio.
## Build
@@ -10,10 +10,48 @@ go build -o image-resizer
## Usage
+Edit the `main()` function in `main.go` to set your source folder and scale percentage, then run:
+
```bash
-./image-resizer