Skip to content

Commit

Permalink
Update README command for --minify
Browse files Browse the repository at this point in the history
  • Loading branch information
samhh committed Jan 13, 2023
1 parent 2395994 commit eeee773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"}}
```

Expand Down

0 comments on commit eeee773

Please sign in to comment.