diff --git a/README.md b/README.md index 85ef415..637c8e0 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ from temp_index import make_cards -make_cards("mycards.pdf", "sqlite:///metadata.db", ["title"]) +make_cards("mycards.pdf", "sqlite:///metadata.db", ["title", "uploaded_at", "comments", "authors", "tags"]) ```