Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petems authored Jul 20, 2022
1 parent fcccb37 commit 2a0aa4d
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 @@ -5,7 +5,7 @@ A GitHub action to resize your images within a given folder they are if they are
```yml
- name: Resize images above 1024 width
id: resize-images
uses: petems/img-resizer-inplace@master
uses: petems/image-resizer-gh-action@master
with:
target: images/ # directory to look for images in
dimensions: 70% # parameter to change size, passed to mogrify as ``
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Compress Images
id: resize-images
uses: petems/img-resizer-inplace@master
uses: petems/image-resizer-gh-action@master
with:
target: images/ # directory to look for images in
dimensions: 90% # parameter to change size
Expand Down

0 comments on commit 2a0aa4d

Please sign in to comment.