We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042a564 commit 4b54de5Copy full SHA for 4b54de5
README.md
@@ -136,6 +136,7 @@ To start working with the library you should firstly configure one ore more inst
136
To do this you should create instance of `RestClientConfiguration`. It can be done in two ways:
137
- loading configuration from file;
138
- creation of manual configuration in java code.
139
+
140
####Loading configuration from file:
141
```java
142
RestClientConfiguration configuration = RestClientConfiguration.loadConfiguration("configuration.properties");
0 commit comments