Skip to content

Commit

Permalink
Fixed confusing errors in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Ruths committed Jul 29, 2015
1 parent 9a6c646 commit 6829cf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -29,13 +29,13 @@ and generate a pull request!

Use `pip` or `easy_install` to install the library:

pip install argparse
pip install arghandler

or

easy_install argparse
easy_install arghandler

You can find argparse on [pypi](http://TODO) for relevant details should you need them.
You can find argparse on pypi for relevant details should you need them.

## Usage ##

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup( name='arghandler',
version='1.0.1',
version='1.0.2',
description='argparse extended with awesome feature enhancements to make life easier',
author='Derek Ruths',
author_email='druths@networkdynamics.org',
Expand Down

0 comments on commit 6829cf8

Please sign in to comment.