Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit fe8d212

Browse files
authored
Update README.md
1 parent db79122 commit fe8d212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Or simpler alternative that doesn't need this script:
5050

5151
```powershell
5252
cd c:\photos
53-
Get-ChildItem -Path c:\temp\ -File -Include '*.jpg', '*.jpeg' -Name | Foreach {cjxl $_}
53+
Get-ChildItem -Path c:\temp\ -File -Include '*.jpg', '*.jpeg' -Name | Foreach {cjxl $_ $([io.path]::ChangeExtension($_, "jxl"))}
5454
```
5555

5656
## See also

0 commit comments

Comments
 (0)