From ec938e416c2956fdb4c569a2fee8f3981e3f7307 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 28 Jan 2025 10:32:04 +0100 Subject: [PATCH] README clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3887730..7bb11996 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ There are multiple ways to configure CommaFeed: - a `config/application.properties` [properties](https://en.wikipedia.org/wiki/.properties) file relative to the working directory (keys in kebab-case) -- Command line arguments prefixed with `-D` (keys in kebab-case) +- Command line arguments each prefixed with `-D` (keys in kebab-case) - Environment variables (keys in UPPER_CASE) - a `.env` file in the working directory (keys in UPPER_CASE)