Skip to content

Commit 973bd4b

Browse files
Fix typo (#55)
1 parent c0defe3 commit 973bd4b

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
@@ -46,7 +46,7 @@ Data is checked using version information from key metadata.
4646
```csharp
4747
config.AddVaultConfiguration(
4848
() => new VaultOptions(
49-
"htpp://localhost:8200",
49+
"http://localhost:8200",
5050
"root",
5151
reloadOnChange: true,
5252
reloadCheckIntervalSeconds: 60),

0 commit comments

Comments
 (0)