Skip to content

Commit

Permalink
Readme update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Levytskyi committed Jun 4, 2019
1 parent 63bdb23 commit fa377db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit fa377db

Please sign in to comment.