From e9f9dfca141917c26f465685edc2f1eeb7431104 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Tue, 9 Jul 2019 16:28:22 -0400 Subject: [PATCH] [docs]: add clarification about "load-config" fn --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ad10fc..94f6a48 100644 --- a/README.md +++ b/README.md @@ -173,8 +173,9 @@ this `config`, being top level, can be used in other namespaces, including the o (defstate conn :start (create-connection config)) ``` -[here](dev/clj/app/www.clj#L32) -is an example of a web server that "depends" on a similar `config`. +[here](dev/clj/app/www.clj#L32) is an example of a web server that "depends" on a similar `config`. + +###### _(the example `load-config` function above comes from [cprop](https://github.com/tolitius/cprop), but could of course be a custom function that loads configuration from a file)_ ## Value of values