From 110e6c63d0c4165f887c58171fc18573336667df Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Mon, 14 Aug 2023 00:55:57 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07d116621..c0d9d77df 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ A different possibility is to launch the combined uberJAR: Relates to [issue #22](../../issues/22) - As of now the application can be localized (at the moment only German and English is supported). Use the following parameters to explicitly set language and country or trust your system defaults: + As of now the application can be localized (at the moment only German and English are supported). Use the following parameters to explicitly set language and country or trust your system defaults: ```bash mvn -Plive-demo -Duser.language=en -Duser.country=US ```