From 1c28b519165cc660eb214b8ddd085d940adbb9af Mon Sep 17 00:00:00 2001 From: Dmytro Yeroshkin Date: Sat, 23 Oct 2021 14:15:45 +0200 Subject: [PATCH] Cleaned up readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 238a570..4925097 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ novel-stats takes a single argument: The path to your novel file in markdown format. For instance: ```bash -novel-stats /path/to/your/novel.md[pp] [-c/--chapter] [-a/--act] [-pp] +novel-stats [-c/--chapter] [-a/--act] [-pp] /path/to/your/novel.md[pp] ``` ### Optional flags @@ -78,7 +78,7 @@ novel-stats /path/to/your/novel.md[pp] [-c/--chapter] [-a/--act] [-pp] * `-c` or `--chapter` — output chapter-by-chapter breakdown of word counts, including how many words in each chapter are tagged with which status * `-a` or `--act` — output act-by-act breakdown of word counts (total only) -* `--pp` — run markdown pre-processor, this allows for a multi-file input +* `-pp` — run markdown pre-processor, this allows for a multi-file input (e.g. each chapter in its own file), but requires the MarkdownPP python library.