Skip to content

Commit

Permalink
Merge pull request #24 from srirams6/master
Browse files Browse the repository at this point in the history
Upadted readme
  • Loading branch information
sananth12 committed Mar 3, 2015
2 parents 7cb8d83 + 68d4d47 commit 063b28c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Usage
```sh
$ image-scraper [OPTIONS] URL
```
You can also use it in your python scripts.
```py
import image_scraper
image_scraper.scrape_image(URL)
```

Options
-------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
test_suite='tests',
url='https://github.com/sananth12/ImageScraper/',
description='A simple image scraper to download all images from a given url',
description='A simple image scraper to download all images from a given url',
classifiers=[
'Operating System :: POSIX',
'Programming Language :: Python',
Expand Down

0 comments on commit 063b28c

Please sign in to comment.