typo fix
This commit is contained in:
parent
2b2b86023e
commit
a80805a044
@ -24,7 +24,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
|
|||||||
```java
|
```java
|
||||||
// Instanciate using builder pattern style factory
|
// Instanciate using builder pattern style factory
|
||||||
VaultConnector vault = VaultConnectorFactory.httpFactory()
|
VaultConnector vault = VaultConnectorFactory.httpFactory()
|
||||||
.wiithHost("127.0.0.1")
|
.withHost("127.0.0.1")
|
||||||
.withPort(8200)
|
.withPort(8200)
|
||||||
.withTLS()
|
.withTLS()
|
||||||
.build();
|
.build();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user