Merge pull request #1801 from hashicorp/docs-fix

Minor docs fix
This commit is contained in:
James Phillips 2016-03-07 08:18:08 -08:00
commit f6e042b6f2
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}]
```