From eeee773144ca83ab75c4b704720141b45759dd05 Mon Sep 17 00:00:00 2001 From: "Sam A. Horvath-Hunt" Date: Fri, 13 Jan 2023 11:31:58 +0000 Subject: [PATCH] Update README command for --minify --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 589f5f8..53026e4 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Hoist selectors up as much as possible. This is often preferred by translators. ```console $ cat translations.json {"openSource":{"message": "Open source at {company} is {company, select, Unsplash {encouraged!} other {unknown}}"}} -$ intlc flatten translations.json +$ intlc flatten --minify translations.json {"openSource":{"message":"{company, select, Unsplash {Open source at {company} is encouraged!} other {Open source at {company} is unknown}}"}} ```