Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Piegay authored Jul 19, 2016
1 parent 53eb48b commit 6c124a7
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 @@ -220,7 +220,7 @@ Or you can add this source to Stært, as with other sources
You can also store your whole configuration structure into the KV Store :
```go
// We assume that config is Initialazed
err := s.StoreConfig(config)
err := kv.StoreConfig(config)
```
Expand Down

0 comments on commit 6c124a7

Please sign in to comment.