We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492ea91 commit 8404efeCopy full SHA for 8404efe
README.md
@@ -54,9 +54,9 @@ See options below.
54
First get some image url list. For example:
55
56
```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
+echo 'https://picsum.photos/200/305' >> myimglist.txt
+echo 'https://picsum.photos/200/304' >> myimglist.txt
+echo 'https://picsum.photos/200/303' >> myimglist.txt
60
```
61
62
Then, run the tool:
0 commit comments