Fix command line section in Readme.md
Change-Id: Id4283c75ec47b6aafb0879ad2300a9365f57d8c2
diff --git a/Readme.md b/Readme.md
index 9573472..00be087 100644
--- a/Readme.md
+++ b/Readme.md
@@ -77,10 +77,10 @@
```
![Frequency per million words of “Hello World“ in DE vs. AT from 2010 to 2018 in newspapers and magazines](figures/hello-world.png)
-### Command Line Invocation
-The Python KorAP client can also be called from the command line.
+## Command Line Invocation
+The Python KorAP client can also be called from the command line and shell scripts:
```shell script
-$ python3 -m KorAPClient -h
+$ korapclient -h
usage: python -m KorAPClient [-h] [-v] [-l QUERY_LANGUAGE] [-u API_URL] [-c VC [VC ...]] [-q QUERY [QUERY ...]]
Send a query to the KorAP API and print results as tsv.
diff --git a/setup.py b/setup.py
index 9ef909f..7b2d53d 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
setup(
name="KorAPClient",
- version="0.3.0",
+ version="0.3.1",
author="Marc Kupietz",
author_email="kupietz@ids-mannheim.de",
description="Client package to access KorAP's web service API",