From ea86c9bb1f1baa0686d97708db6ee51bec362416 Mon Sep 17 00:00:00 2001 From: Athou Date: Sun, 18 Aug 2024 17:07:31 +0200 Subject: [PATCH] README tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18a292bc..ea2a131d 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ There are multiple ways to configure CommaFeed: - a [properties](https://en.wikipedia.org/wiki/.properties) file in `config/application.properties` (keys in kebab-case) - Command line arguments prefixed with `-D` (keys in kebab-case) - Environment variables (keys in UPPER_CASE) -- an .env file in the working directory (keys in UPPER_CASE) +- a `.env` file in the working directory (keys in UPPER_CASE) The properties file is recommended because CommaFeed will be able to warn about invalid properties and typos.