diff --git a/README.md b/README.md index 9aba2bb..4445564 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,16 @@ python ScannyMcScanFace.py subreddit_name "[keyword_1, keyword_2]" "(file_extens ``` ## Example Usage: -``` - Full run using keywords, file extensions, and optional parameters. -python ScannyMcScanFace.py all "[ducks, penguins]" "(.png, .jpg, .gif)" -stream ``` +python ScannyMcScanFace.py all "[ducks, penguins]" "(.png, .jpg, .gif)" -stream ``` - Simple run using just the subreddit. This will capture all media with the default file extensions (png, jpg, gif). -python ScannyMcScanFace.py all ``` +python ScannyMcScanFace.py all ``` - Mixed run using just keywords, and no custom file extensions or parameters. +``` python ScannyMcScanFace.py all "[ducks, penguins]" ``` > You may choose to not include any keywords, which will capture all media available instead of submissions with keywords.