From 1abd525f6d62c6d4cb75479ebdbc0a4e3a8cf6b9 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Wed, 2 Feb 2022 04:58:31 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9480333..2516aec 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ There are currently the following built-in modifiers: - `@values`: Returns an array of values for an object. - `@tostr`: Converts json to a string. Wraps a json string. - `@fromstr`: Converts a string from json. Unwraps a json string. -- `@group`: Groups arrays of objects. See e4fc67c92aeebf2089fabc7872f010e340d105db +- `@group`: Groups arrays of objects. See [e4fc67c](https://github.com/tidwall/gjson/commit/e4fc67c92aeebf2089fabc7872f010e340d105db). ### Modifier arguments