Skip to content

Commit 095dc6f

Browse files
committed
📝 update readme.md
1 parent 696dcee commit 095dc6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ python3 -m pip install git+https://github.com/rango-tools/pexels-crawler-cli
1414
## CLI Options
1515
This is the list of this CLI options
1616
```
17+
--folder-name Destination Folder name, Default: downloads
1718
--page-count=<count> Page Counter, Default: 0 (All Pages)
1819
--show-browser Showing Browser if You Need.
19-
--load-time=<seconds> Infinite Scroll Time Out, Deault: 5
20+
--load-time=<seconds> Infinite Scroll Time Out, Default: 5
2021
-h --help Show this screen.
2122
-v --version Show version.
2223
```
@@ -27,5 +28,5 @@ Simple example for this CLI when you want to run.
2728

2829
```bash
2930
# Search By Keyword
30-
python pexels.py search [--options] "YOUR-KEYWORD"
31+
pexels search [--options] "YOUR-KEYWORD"
3132
```

0 commit comments

Comments
 (0)