From a80805a044e06ece87b4b701e820f7c715086452 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sun, 6 Nov 2016 16:48:48 +0100 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26412ff..814955d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject ```java // Instanciate using builder pattern style factory VaultConnector vault = VaultConnectorFactory.httpFactory() - .wiithHost("127.0.0.1") + .withHost("127.0.0.1") .withPort(8200) .withTLS() .build();