Fixes JSON in wildcard query example.

pull/1743/merge
James Phillips 2016-03-23 14:33:20 -07:00
parent d3da5efdb2
commit 77ad084229
1 changed files with 10 additions and 10 deletions

View File

@ -241,13 +241,13 @@ applies a failover policy to it:
```javascript ```javascript
{ {
"Name": "", "Name": "",
"Template" { "Template": {
"Type": "name_prefix_match", "Type": "name_prefix_match"
}, },
"Service": { "Service": {
"Service": "${name.full}", "Service": "${name.full}",
"Failover": { "Failover": {
"NearestN": 3, "NearestN": 3
} }
} }
} }