We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ae3ea commit 267e567Copy full SHA for 267e567
README.md
@@ -40,7 +40,7 @@ Or even more complex ones:
40
{request>host} {request>method} {request>headers>User-Agent>[0]}
41
```
42
43
-The resulting JSON will respect the hierarchy of the selector keys.
+The resulting JSON will respect the hierarchy of the selector paths.
44
45
## Caddyfile
46
@@ -71,7 +71,7 @@ log {
71
}
72
73
74
-Which outputs something like the following JSON respecting the selector's key structure:
+Which outputs something like the following JSON respecting the selector's path structure:
75
76
```json
77
{"request":{"host":"localhost:2015"},"duration":0.003321}
0 commit comments