minor docs fix

This commit is contained in:
vishalnayak 2016-03-07 11:13:58 -05:00
parent b16f2e7392
commit 680b6ffc21
1 changed files with 1 additions and 1 deletions

View File

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