From dcc18a80f9e8be37bb3d45680c0c30a67347a2ad Mon Sep 17 00:00:00 2001 From: Daniele Bonadiman Date: Thu, 15 May 2014 10:11:00 +0200 Subject: [PATCH] little changes in README.md --- README.md | 2 +- wordlist/__init__.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2ab32c..599ea53 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Code and performance optimisation by [Daniele Bonadiman](https://github.com/dbon ## Installing: ``` -$ pip install git+https://github.com/rexos/wordlist.git +$ pip install wordlist ``` ## Usage: diff --git a/wordlist/__init__.py b/wordlist/__init__.py index 6a25607..6979ca0 100644 --- a/wordlist/__init__.py +++ b/wordlist/__init__.py @@ -23,6 +23,7 @@ ba """ __title__ = "wordlist" -__version__ = '1.0.0' +__version__ = '1.0' + from .wordlist import Generator