From 144902dd2fd8bac1d3e26c3f06cb90972fba9df1 Mon Sep 17 00:00:00 2001 From: Umputun Date: Thu, 13 May 2021 01:49:18 -0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73959ea..da99f1b 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ This is a dynamic provider and any change in container's status will be applied Use: `reproxy --consul-catalog.enabled` -Consul Catalog provider periodically (every second by default) calls Consul API for obtaining services, which has any tag with `reproxy.` prefix. User can redefine check interval with `--consul-catalog.interval` command line flag as well as consul address with `--consul-catalog.address` command line option. The default address is `http://127.0.0.1:8500`. +Consul Catalog provider calls Consul API periodically (every second by default) to obtaini services, which has any tag with `reproxy.` prefix. User can redefine check interval with `--consul-catalog.interval` command line flag as well as consul address with `--consul-catalog.address` command line option. The default address is `http://127.0.0.1:8500`. For example: ```