From c0b66bda7a2fc0f80d5c903de5f013492b65805d Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Thu, 9 Dec 2021 12:33:33 +0100 Subject: [PATCH] docs: one line it --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index afaf1ec..1e2a561 100644 --- a/README.md +++ b/README.md @@ -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