From c90e61a93c093c47dad7a053804a416afe42d83d Mon Sep 17 00:00:00 2001 From: BD103 <59022059+BD103@users.noreply.github.com> Date: Tue, 22 Apr 2025 09:52:48 -0400 Subject: [PATCH] fix: remove single quotes They're just extra confusing, and we already specify it must be a string. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5df38e..8691d68 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ All inputs are optional.
make-default
'true'
or 'false'
, and is 'true'
by default.
+ This must be either the strings true
or false
, and is true
by default.