diff --git a/config/README.md b/config/README.md index 45fd57e4..c4f79326 100644 --- a/config/README.md +++ b/config/README.md @@ -2,6 +2,8 @@ ## Usage +### Get configuration from a backend + ``` package main @@ -37,7 +39,7 @@ func main() { } ``` -The crypt/config package also support watches +### Monitor backend for configuration changes ``` package main