diff --git a/docs/service-discovery/overview.md b/docs/service-discovery/overview.md index 8bd3e43922..2cd333fdd7 100644 --- a/docs/service-discovery/overview.md +++ b/docs/service-discovery/overview.md @@ -47,7 +47,7 @@ With the configuration-based endpoint resolver, named endpoints can be specified ```json { "Services": { - "basket": + "basket": { "https": "https://10.2.3.4:8080", /* the https endpoint, requested via https://basket */ "dashboard": "https://10.2.3.4:9999" /* the "dashboard" endpoint, requested via https://_dashboard.basket */ }