From 8bed4757ad5b0896bdbf13b754542f7c7556dc9c Mon Sep 17 00:00:00 2001 From: "L. Pereira" Date: Sat, 21 Sep 2024 10:27:08 -0700 Subject: [PATCH] Fix formatting in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4dfc2c8e..dea5d2c1f 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ constants { ``` The same syntax for default values specified above is valid here (e.g. -specifying `user_name` to be `${USER:nobody}` will set `${user_name} to +specifying `user_name` to be `${USER:nobody}` will set `${user_name}` to `nobody` if `${USER}` isn't set in the environment variable or isn't another constant.)