Skip to content

Commit ed2b953

Browse files
committed
docs: fix typo in readme
1 parent f1c11e5 commit ed2b953

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
@@ -61,7 +61,7 @@ Where `configVar` can be either a parseable string `'som3#!S$CRet'` or a number
6161
cm := configmanager.New(context.TODO())
6262
// add additional config to apply on your tokens
6363
cm.Config.WithTokenSeparator("://")
64-
pm, err := cm.Retrieve([]string{"IMPLEMENTATION://token1", "IMPLEMENTATION:// token2","ANOTHER_IMPL://token1"})
64+
pm, err := cm.Retrieve([]string{"IMPLEMENTATION://token1", "IMPLEMENTATION://token2", "ANOTHER_IMPL://token1"})
6565
```
6666

6767
- `RetrieveUnmarshalledFromYaml`|`RetrieveUnmarshalledFromJson`|`RetrieveMarshalledJson`|`RetrieveMarshalledYaml` methods are now on the ConfigManager struct, see `exampleRetrieveYamlMarshalled` or `exampleRetrieveYamlUnmarshalled` in [examples](./examples/examples.go)

0 commit comments

Comments
 (0)