From c75aed085189dd1af03e34eceee5fd9682c111ed Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Mon, 12 Mar 2018 16:28:12 +0000 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 037b5e4..d12683d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ In order to use the image, it is necessary to accept the terms of the IBM MQ lic * **LICENSE** - Set this to `accept` to agree to the MQ Advanced for Developers license. If you wish to see the license you can set this to `view`. * **LANG** - Set this to the language you would like the license to be printed in. * **MQ_QMGR_NAME** - Set this to the name you want your Queue Manager to be created with. -* **LOG_FORMAT** - Set this to change the format of the logs which are printed on the container's stdout. Set to "json" to use JSON format (JSON object per line); set to "basic" to use a simple human-readable. Defaults to "basic". +* **LOG_FORMAT** - Set this to change the format of the logs which are printed on the container's stdout. Set to "json" to use JSON format (JSON object per line); set to "basic" to use a simple human-readable format. Defaults to "basic". # Issues and contributions