diff --git a/Configuration.md b/Configuration.md index 2ac01eb..ca05c12 100644 --- a/Configuration.md +++ b/Configuration.md @@ -53,6 +53,16 @@ All undefined keys will be cloned. foo = 1 bar = 0.15 baz = true + +[section/child] +inherit = section/base +baz = false + +; Result +[section/child] +foo = 1 +bar = 0.15 +baz = false ~~~ ## File inclusion