From 680b6ffc21b7529313eff0c98fd355d628963905 Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Mon, 7 Mar 2016 11:13:58 -0500 Subject: [PATCH] minor docs fix --- website/source/intro/getting-started/services.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/services.html.markdown b/website/source/intro/getting-started/services.html.markdown index 90038bd460..413e3f7ad9 100644 --- a/website/source/intro/getting-started/services.html.markdown +++ b/website/source/intro/getting-started/services.html.markdown @@ -136,7 +136,7 @@ In addition to the DNS API, the HTTP API can be used to query services: ```text $ curl http://localhost:8500/v1/catalog/service/web -[{"Node":"agent-one","Address":"172.20.20.11","ServiceID":"web", \ +[{"Node":"Armons-MacBook-Air","Address":"172.20.20.11","ServiceID":"web", \ "ServiceName":"web","ServiceTags":["rails"],"ServicePort":80}] ```