Skip to content

Commit

Permalink
little changes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbonadiman committed May 15, 2014
1 parent c524c94 commit dcc18a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion wordlist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
ba
"""
__title__ = "wordlist"
__version__ = '1.0.0'
__version__ = '1.0'


from .wordlist import Generator

0 comments on commit dcc18a8

Please sign in to comment.