diff --git a/README.md b/README.md index 1de1875..19a05e4 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,8 @@ res = ext.extract_column_blob(table='users', column='id'): More examples can be found in the `tests` directory. -### Wrapper - "hk.py" -Hakuin comes with a simple wrapper tool `hk.py` that allows you to use Hakuin's basic functionality directly from the command line. To find out more, run: +### Using Hakuin from the Command Line +Hakuin comes with a simple wrapper tool, `hk.py`, that allows you to use Hakuin's basic functionality directly from the command line. To find out more, run: ``` python3 hk.py -h ```