From 6e0589e3a36a054ebbd7ac2e8c032ba917dd967f Mon Sep 17 00:00:00 2001 From: Mitchell Christ Date: Wed, 22 Sep 2021 10:54:41 -0700 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3adf533..e64f092 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ VS Code snippets (defined in `.vscode/danshari.code-snippets`) included for impr ## Snippets ### `srcset` -Use the following snippet to automatically generate `srcset`, `src`, `width` and `height` attributes for `` tags. +Automatically generates `srcset`, `src`, `width` and `height` attributes for `` tags. Example usage: ```liquid @@ -56,7 +56,7 @@ Example usage: | `width`? | Max width of the image to display. | ### `quantity-selector` -Use the following snippet to render a product quantity selector. +Renders a product quantity selector. | Props | Description | | - | - |