diff --git a/README.md b/README.md index 906dce4..a6d2ff9 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Use `#envf` to insert environment variables into a formatted string. Use `#or` when you want to provide a list of possibilities, perhaps with a default at the end. ```clojure -{:port #or [#env PORT 8080]} +{:user #or [#env USER "alice"]} ``` ### join