From 674f9ceaddb29b0781e1926fe712ef2e42fc038b Mon Sep 17 00:00:00 2001 From: Dilan Bellinghoven Date: Wed, 28 Nov 2018 17:56:48 -0500 Subject: [PATCH] README.md: minor formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c09978d..5ca9658 100644 --- a/README.md +++ b/README.md @@ -366,4 +366,4 @@ The `outputs` parameter of the rule file specifies where the results of the quer * `port` (int: `0`) - The SMTP server port (e.g. `587` for Gmail). This field is required * `from` (string: `""`) - The "from" email address. This email address will be used in authentication. This field is required. * `to` ([]string: `[]`) - The "to" addresses to which email alerts will be sent. At least one email address is required. -* `password` (string: `""`) - The password with which the SMTP client will authenticate to the host. If you do not wish to specify the password in the configuration file, you can set the password using the `GO_ELASTICSEARCH_ALERTS_SMTP_PASSWORD` environment variable. This field is required (either in the configuration file or in the environment variable). +* `password` (string: `""`) - The password with which the SMTP client will authenticate to the host. If you do not wish to specify the password in the configuration file, you can set the password using the `GO_ELASTICSEARCH_ALERTS_SMTP_PASSWORD` environment variable. This field is required (either in the configuration file or in the environment variable). \ No newline at end of file