From dc465a443e8f2277f62f65ccc89240018103bb8d Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 13 Oct 2020 23:49:12 +0200 Subject: [PATCH] correct the example command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d034a89..1e22720 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ the file. The main idea behind the script is to download articles and feed them to an Obsidia.md vault already extended with internal Obsidian links. ``` -url2markdown https://docs.python.org/3/howto/argparse.html --tags=Python,CLI +url2markdown https://docs.python.org/3/howto/argparse.html --topics=Python,CLI ``` ## Features