From 90c5fa9c3945e96b1b6df4cc525ad7edac7069e7 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Tue, 6 Nov 2018 17:55:33 -0500 Subject: [PATCH] Prefer equal signs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6644f4..00e0697 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This will use default options to create an `/output` folder filled with your pos You can use command line arguments to control options for how the script runs. For example, this will give you [Jekyll](https://jekyllrb.com/)-style output in terms of folder structure and filenames: ``` -node index.js --postfolders false --prefixdate true +node index.js --postfolders=false --prefixdate=true ``` ### --input