From fa377db20771c62ca0487e68dbb8f804802fa76f Mon Sep 17 00:00:00 2001 From: Roman Levytskyi Date: Tue, 4 Jun 2019 10:23:11 +0200 Subject: [PATCH] Readme update. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1bc1c4..7eac3b2 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ Version compatibility matrix | 0.2.0 | 3.6.1 | | 0.3.0 | 3.6.2 | | 0.4.0 | 3.6.3 | -| 1.0.0 | 3.7.0 | +| 1.0.0 | 3.7.0 | +| 1.1.0 | 3.7.1 | ### Gradle ```groovy @@ -63,7 +64,7 @@ There's more than one way to create an instance of consul cluster manager. - Excplicilty specifying configuration: ``` JsonObject options = new JsonObject() -.put("host", "localhost") // host on which consul agent is running, if not specified default host will be used which is "localhost". +.put("host", "consulAgentHost") // host on which consul agent is running, if not specified default host will be used which is "localhost". .put("port", consulAgentPort) // port on wich consul agent is runing, if not specified default port will be used which is "8500". /* * There's an option to utilize built-in internal caching.