Skip to content

Commit

Permalink
Reorder input/ouput path in readme usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Benny- authored Jul 9, 2017
1 parent b1ca5b9 commit adc1340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ optional arguments:
```bash
apng2webp ./input.png
apng2webp ./input.png ./output.webp
apng2webp ./input.png -loop 3 -bgcolor 255,255,255,255 -tmpdir ./ ./output.webp
apng2webp -loop 3 -bgcolor 255,255,255,255 -tmpdir ./ ./input.png ./output.webp
```

## Dependencies
Expand Down

0 comments on commit adc1340

Please sign in to comment.