fixed documentation authored by Janez K's avatar Janez K
......@@ -47,10 +47,10 @@ vi settings.py
## Show help text ##
```bash
python search.py -h
python tap.py -h
```
## Executing a query ##
```bash
python search.py -q "miley cyrus" -v DEBUG
python tap.py -q "miley cyrus" -v DEBUG
```
\ No newline at end of file