diff --git a/README.md b/README.md index 2b7a26e6b6791acfe0e9d1ca762aa7c70cb66b77..c105c90f273e26b831b0fd72c3bdca18e0b72042 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,5 @@ ## Configuration -## Installation - -```shell -go get gitlab.schukai.com/oss/libraries/go/application/configuration -``` - -**Note:** This library uses [Go Modules](https://github.com/golang/go/wiki/Modules) to manage dependencies. - ## What do this library? This library provides a simple way to load configuration from different sources. @@ -23,6 +15,15 @@ It supports: * [x] Properties * [x] Configuration from a struct * [x] HTTP API (get and set configuration) +* [x] Monitor File changes + +## Installation + +```shell +go get gitlab.schukai.com/oss/libraries/go/application/configuration +``` + +**Note:** This library uses [Go Modules](https://github.com/golang/go/wiki/Modules) to manage dependencies. ## Usage @@ -228,9 +229,6 @@ returns a bool channel on which the status of the watch is reported. If the watch has ended, a true is sent over the channel. If an error occurs, a false is sent. -```go - - #### Streams The configuration can also be loaded from a stream. This is useful if you want to