diff --git a/docs/toml.md b/docs/toml.md index 58aaf5804..7929f02bb 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -90,7 +90,7 @@ # regex = "^http://localhost/(.*)" # replacement = "http://mydomain/$1" -entryPoints] +[entryPoints] [entryPoints.http] address = ":80" ```