Browse Source

minor docs fix

pull/1801/head
vishalnayak 9 years ago
parent
commit
680b6ffc21
  1. 2
      website/source/intro/getting-started/services.html.markdown

2
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}]
```

Loading…
Cancel
Save