Skip to content

Commit

Permalink
Correct format typos
Browse files Browse the repository at this point in the history
  • Loading branch information
CairX committed Aug 14, 2017
1 parent a76d3e1 commit 95f9220
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,16 @@ Installation
1. Download repository as zip.
2. Unpack zip into folder.
3. Enter folder.
4. Run the following command:

::
$ pip install .
4. Run the following command: ::

$ pip install .

-----
Usage
-----
+++++
+++++++++++++++
Input - Console
+++++
+++++++++++++++
To use the application provide a path to the image that the application should extract colors from.
In the following example the image is in the folder we are executing the command and the name of the image is ``gameboy.png``:

Expand All @@ -42,9 +39,9 @@ created by `Rebecca Machamer <https://dribbble.com/rebeccamachamer>`_.

.. image:: http://cairns.se/extcolors/gameboy.png

+++++
++++++++++++++
Input - Script
+++++
++++++++++++++
To use the application provide a path to the image that the application should extract colors from.
In the following example the image is in the folder we are executing the command and the name of the image is ``gameboy.png``:

Expand Down Expand Up @@ -91,6 +88,7 @@ Output based on ``gameboy.png``:
Additional Options
------------------
Generated output from the command-line argument ``extcolors --help``.

::

usage: extcolors [-h] [--version] [-t [N]] [-l [N]] PATH
Expand All @@ -115,7 +113,6 @@ Generated output from the command-line argument ``extcolors --help``.
format(s) that the extracted colors should presented
in


------------
Known Issues
------------
Expand Down

0 comments on commit 95f9220

Please sign in to comment.