From fd2b3e532ce0ffdd2ee2c59a87bdb02908d62a9b Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 21 Feb 2020 13:58:40 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d82f253..5a19716 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ key = '' secret = '' ``` -3. Search for up to `n` images, and optionally `--download`. Downloaded images are saved in `flickr_scraper/images/`. +3. Search for up to `n` images, and optionally `--download`. URLs are printed to screen and downloaded images are saved in `flickr_scraper/images`. ```bash $ python3 flickr_scraper.py --search 'honeybees on flowers' --n 10 --download