Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchuman committed Sep 22, 2021
1 parent 5096523 commit 6e0589e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<img>` tags.
Automatically generates `srcset`, `src`, `width` and `height` attributes for `<img>` tags.

Example usage:
```liquid
Expand All @@ -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 |
| - | - |
Expand Down

0 comments on commit 6e0589e

Please sign in to comment.