Skip to content

Commit

Permalink
Correct README after changing module system
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Mar 8, 2018
1 parent eb94a60 commit b8ac284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ OR
$ git clone https://github.com/mschwager/gitem.git
$ cd gitem
$ pip install --requirement requirements.txt
$ python lib/gitem/__main__.py -h
$ PYTHONPATH=lib/ python -m gitem -h
```

# Using
Expand Down

0 comments on commit b8ac284

Please sign in to comment.