From e2935dbddfc9ff91097fd992afed8a07ec226181 Mon Sep 17 00:00:00 2001 From: Dmytro Yeroshkin Date: Sat, 23 Oct 2021 14:22:21 +0200 Subject: [PATCH] Readme cleanup order of arguments --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4925097..db82bf7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ total: 539 words Example output with chapter data: ```bash -$ novel-stats example.md -c +$ novel-stats -c example.md chapter 1: 103 (drafted) chapter 2: 83 (dev edited) chapter 3: 115 @@ -36,7 +36,7 @@ total: 539 words Example with multi-file markdown: ```bash -$ novel-stats multi_file.mdpp -pp -c -a +$ novel-stats -pp -c -a multi_file.mdpp chapter 1 Lorem: 203 (drafted) 303 (dev edited)