Fixes JSON in wildcard query example.

This commit is contained in:
James Phillips 2016-03-23 14:33:20 -07:00
parent d3da5efdb2
commit 77ad084229

View File

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