diff --git a/README.md b/README.md
index f1b8701e..5c4c0350 100644
--- a/README.md
+++ b/README.md
@@ -482,7 +482,7 @@ Parameters:
process
Optional. String. Hugo image processing methods and options, mixed together, for the displayed image. If no method is specified, resize is used. If no image dimensions are specified, the originals are used. If it is default
, the default options are used.
type
- Optional. String. Type of layout. Grid and list layouts use the horizontal axis as the main axis, and the vertical axis as the cross axis. Must be grid
or list
. Default is list
.
+ Optional. String. Type of layout. Grid and rows layouts use the horizontal axis as the main axis, and the vertical axis as the cross axis. Must be grid
or rows
. Default is rows
.
width
Optional. String. CSS value. Image width.