diff --git a/index.html b/index.html
index 01fdec3..6e937be 100644
--- a/index.html
+++ b/index.html
@@ -2856,7 +2856,7 @@
Create thumbnails
Creates thumbnails for all files in a folder and saves them in that folder.
mogrify -resize 80x80 -format jpg -quality 75 -path thumbs *.jpg
- - montage
- starts the command
+ - mogrify
- starts the command
- -resize 80x80
- resizes copies of original images to 80x80 pixels
- -format jpg
- reformats original images to jpg
- -quality 75
- sets quality to 75 (out of 100), adding light compression to smaller files