diff --git a/README.md b/README.md index 2e8744e..d2c5379 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ -

get a json value quickly

+

get json values quickly

GJSON is a Go package that provides a [fast](#performance) and [simple](#get-a-value) way to get values from a json document. It has features such as [one line retrieval](#get-a-value), [dot notation paths](#path-syntax), [iteration](#iterate-through-an-object-or-array).