From 09641abb33c9cd4f314dad0dd25ed934abf3f7d6 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Fri, 22 Dec 2017 07:16:29 -0700 Subject: [PATCH] update tagline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).