Skip to content

Commit 442fbef

Browse files
Merge pull request BetterCloud#142 from eirslett/patch-1
Quick typo fix
2 parents e87571f + 3998919 commit 442fbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ environment variables.
6666

6767
```
6868
final VaultConfig config =
69-
new VaultConfig().
69+
new VaultConfig()
7070
.address("http://127.0.0.1:8200") // Defaults to "VAULT_ADDR" environment variable
7171
.token("3c9fd6be-7bc2-9d1f-6fb3-cd746c0fc4e8") // Defaults to "VAULT_TOKEN" environment variable
7272
.openTimeout(5) // Defaults to "VAULT_OPEN_TIMEOUT" environment variable

0 commit comments

Comments
 (0)