From cae3aec9b3a4fe38831a64bcfd6b79c0b148f216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Vl=C4=8Dek?= Date: Tue, 29 May 2012 10:48:40 +0200 Subject: [PATCH] minor fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7272fed1..b88097c9 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ The following are a list of settings (prefixed with `discovery.ec2`) that can fu * `groups`: Either a comma separated list or array based list of (security) groups. Only instances with the provided security groups will be used in the cluster discovery. * `host_type`: The type of host type to use to communicate with other instances. Can be one of `private_ip`, `public_ip`, `private_dns`, `public_dns`. Defaults to `private_ip`. * `availability_zones`: Either a comma separated list or array based list of availability zones. Only instances within the provided availability zones will be used in the cluster discovery. -* `any_group`|If set to `false`, will require all security groups to be present for the instance to be used for the discovery. Defaults to `true`. -* `ping_timeout`|How long to wait for existing EC2 nodes to reply during discovery. Defaults to 3s. +* `any_group`: If set to `false`, will require all security groups to be present for the instance to be used for the discovery. Defaults to `true`. +* `ping_timeout`: How long to wait for existing EC2 nodes to reply during discovery. Defaults to 3s. ### Filtering by Tags