From 6b8144a987c2c234f66cee12a6600fb15f6a3481 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 23 Feb 2025 11:14:48 -0800 Subject: [PATCH] Unify wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2d0b8c4..9d540ab6 100644 --- a/README.md +++ b/README.md @@ -600,11 +600,11 @@ 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.
sizes
-
Optional. String. Image sizes. Must not be set with breakpoints or densities.
+
Optional. String. Image sizes. Must not use with breakpoints or densities.
src
Required. Position 0. String. URL. Image source.
srcset
-
Optional. String. Image srcset. Must not be set with breakpoints or densities.
+
Optional. String. Image srcset. Must not use with breakpoints or densities.
style
Optional. String. CSS. Image style. Merged with implementation.
title