Skip to content

Commit

Permalink
Fix typo (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianDezitter authored May 21, 2024
1 parent c0defe3 commit 973bd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Data is checked using version information from key metadata.
```csharp
config.AddVaultConfiguration(
() => new VaultOptions(
"htpp://localhost:8200",
"http://localhost:8200",
"root",
reloadOnChange: true,
reloadCheckIntervalSeconds: 60),
Expand Down

0 comments on commit 973bd4b

Please sign in to comment.