From 8d7e82bea51a373732a84b9881cd43b713c8f16f Mon Sep 17 00:00:00 2001 From: Alfred Reynolds Date: Mon, 10 Jan 2022 12:07:25 +1300 Subject: [PATCH] - Fix comment for sorted mode key --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ab0652..0eea03a 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Supported keys and values in the JSON configuration are: * `overlay` : the same as the overlay command line argument * `shuffle` : set to true to enable shuffle mode for file display * `recursive` : set to true to enable recursive mode for file display -* `sorted` : set to true to enable shuffle mode for file display +* `sorted` : set to true to enable sorted mode for file display * `stretch` : set to true to enable, the same as the `--stretch` command line argument * `rotationSeconds` : the same as the `-t` command line argument * `opacity` : the same as the command line `-o` argument