Skip to content

Commit

Permalink
Small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sananth12 committed Mar 7, 2015
1 parent 42a9a59 commit bb3cb79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ Scrape all images
$ image-scraper ananth.co.in/test.html
```
Scrape 2 images
Scrape at max 2 images
```sh
$ image-scraper -m 2 ananth.co.in/test.html
```
Scrape only gifs and download to folder ./mygifs
```sh
$ image-scraper -s mygifs ananth.co.in --formats gif
$ image-scraper -s mygifs ananth.co.in/test.html --formats gif
```
####NOTE:
Expand Down

0 comments on commit bb3cb79

Please sign in to comment.