Skip to content

Commit

Permalink
doc changes required as per hardikvasa#110, hardikvasa#120, hardikvas…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasa committed Aug 18, 2018
1 parent de55e33 commit 2b9b5fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ and optionally download images to your computer. You can also invoke this script
another python file.

This is a small and ready-to-run program. No dependencies are required to be installed
if you would only want to download up to 100 images per keyword. If you would want more than 100
images per keyword, then you would need to install ``Selenium`` library along with ``chromedriver``.
if you would only want to download up to 100 images per keyword. If you would want **more than 100
images** per keyword, then you would need to install ``Selenium`` library along with ``chromedriver``.
Detailed instructions in the troubleshooting section.


Expand Down Expand Up @@ -451,8 +451,8 @@ Examples

--------------

Troubleshooting
===============
Troubleshooting Errors/Issues
=============================

**#~~~# SSL Errors**

Expand Down Expand Up @@ -526,7 +526,7 @@ If on any rare occasion the chromedriver does not work for you, try downgrading
Structure
=========

Below diagram represents the code logic.
Below diagram represents the algorithm logic to download images.

.. figure:: http://www.zseries.in/flow-chart.png
:alt:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from codecs import open
from os import path

__version__ = '2.4.1'
__version__ = '2.4.2'

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 2b9b5fb

Please sign in to comment.