From cfcce9123a5d4e331a193cb82851d239972909ad Mon Sep 17 00:00:00 2001 From: nicobo Date: Fri, 15 May 2020 13:58:55 +0200 Subject: [PATCH] Minor doc fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8516440..1e716ad 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Finally, see the next chapter to learn about the **config.yml** file. ### Config.yml configuration file Options can also be taken from a configuration file : by default it reads the `config.yml` file in the current directory but can be changed with the `--config-file` and `--config-dir` options. -This file is in YAML format with all options at the root level. Keys have the same name as command line options, with middle dashes `-` replaced with underscores `_` and a 's' appended for lists (options ibmcloud-url https://api...` will become `ibmcloud_url: https://api...` and `--keywords-file 1.json --keywords-file 2.json` will become : +This file is in YAML format with all options at the root level. Keys have the same name as command line options, with middle dashes `-` replaced with underscores `_` and a `s` appended for lists (options `--ibmcloud-url https://api...` will become `ibmcloud_url: https://api...` and `--keywords-file 1.json --keywords-file 2.json` will become : ```yaml keywords_files: - 1.json