docs: one line it

This commit is contained in:
cellarspoon 2021-12-09 12:33:33 +01:00
parent 330550cf31
commit c0b66bda7a
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410

View File

@ -21,12 +21,7 @@ pip install temp-index
from temp_index import make_cards
make_cards(
"/home/me/catalogue.pdf",
"sqlite:///metadata.db",
["title", "timestamp", "comments", "authors"],
["tags"],
)
make_cards("catalogue.pdf", "sqlite:///metadata.db", ["title", "timestamp", "comments", "authors"], ["tags"])
```
## publish it