1
0
mirror of https://github.com/pruzko/hakuin synced 2024-09-16 20:31:33 +02:00

readme fix

This commit is contained in:
Jakub Pruzinec 2023-12-08 17:23:44 +01:00
parent 27dfd6a0f1
commit 2b6056049a

View File

@ -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
```