Formatting.
1 files changed, 9 insertions(+), 8 deletions(-) M README.md
M README.md +9 -8
@@ 103,14 103,15 @@ 3. UI * Clone the modified feather repo on the server. * Create a directory `config` next to the cloned repo directory. * Inside `config` create a file `cfg-feather.lisp` with the following format: -``` -( - :db-user "prod-user" - :db-name "prod-db-name" - :db-pwd "prod-pwd" - :db-host "prod-host" -) -``` + + ``` + ( + :db-user "prod-user" + :db-name "prod-db-name" + :db-pwd "prod-pwd" + :db-host "prod-host" + ) + ``` ### Deploy