Fix highlighting in the README for locator.

This commit is contained in:
Kenneth Endfinger
2019-10-12 02:37:47 -05:00
parent 0a8b992628
commit b6614ad306

View File

@@ -12,9 +12,9 @@ The request JSON to locate all the caches is:
```json
{
"ranked-results": true,
"locator-tag": "#f5cfd4d0", // Seems to be different each time.
"locator-tag": "#f5cfd4d0",
"local-addresses": [
"10.0.0.60" // My local address.
"10.0.0.60"
],
"public-address-ranges": [
[]
@@ -37,6 +37,9 @@ The request JSON to locate all the caches is:
}
```
The most important thing is the request is the local-addresses array,
which should be the address of the requesting machine.
The response looks similar to:
```json