Skip to content

Commit 8404efe

Browse files
authored
Fix usage example in README (#416)
Replaces placekitten.com example images with picsum.photos to avoid 500 errors from placekitten. Fixes #415
1 parent 492ea91 commit 8404efe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ See options below.
5454
First get some image url list. For example:
5555

5656
```bash
57-
echo 'https://placekitten.com/200/305' >> myimglist.txt
58-
echo 'https://placekitten.com/200/304' >> myimglist.txt
59-
echo 'https://placekitten.com/200/303' >> myimglist.txt
57+
echo 'https://picsum.photos/200/305' >> myimglist.txt
58+
echo 'https://picsum.photos/200/304' >> myimglist.txt
59+
echo 'https://picsum.photos/200/303' >> myimglist.txt
6060
```
6161

6262
Then, run the tool:

0 commit comments

Comments
 (0)