From 4e9216d35394b5d2cafd24634832e93ca5482056 Mon Sep 17 00:00:00 2001 From: THATDONFC Date: Wed, 26 Feb 2020 03:24:50 -0800 Subject: [PATCH] Update README.md (#1136) Fix Option `dirsfirst: true` to list directories first --- configurator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurator/README.md b/configurator/README.md index df7d265..a3233cd 100644 --- a/configurator/README.md +++ b/configurator/README.md @@ -63,7 +63,7 @@ ssh_keys: [] This option allows you to list directories before files in the file browser tree. -Set it to `true` to list files first, `false` otherwise. +Set it to `true` to list directories first, `false` otherwise. ### Option: `enforce_basepath` (required)