diff --git a/README.md b/README.md index e2fc09c..d7736f2 100644 --- a/README.md +++ b/README.md @@ -356,7 +356,10 @@ the field). #### Working with java.time.Duration -Konf supports "10 seconds" style conifg for duration as well as +* `getDuration(path)` get a duration +* `getDurationList(path)` get a duration list + +Konf supports "10 seconds" style config for duration as well as having built-in functions and support for ISO-8601. See documentation for [duration config](https://github.com/advantageous/konf/wiki/Working-with-Durations) for more details.