From 807836a222395e6a124fb186453a545bda0cd88a Mon Sep 17 00:00:00 2001 From: tidwall Date: Wed, 1 Sep 2021 07:25:06 -0700 Subject: [PATCH] Minor update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5775db2..09ac4ec 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ result.Str // holds the string result.Num // holds the float64 number result.Raw // holds the raw json result.Index // index of raw value in original json, zero means index unknown -result.Indexes // Indexes of all the elements that match on a `#(...)#` query +result.Indexes // indexes of all the elements that match on a `#(...)#` query ```