From a8ccb8767af99e49e95cc186c7742dabb5c98929 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Wed, 12 Apr 2017 14:16:56 -0700 Subject: [PATCH] mention "values" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83999c3..35d4724 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@

get a json value quickly

-GJSON is a Go package that provides a [fast](#performance) and [simple](#get-a-value) way to get a value from a json document with only one line of code. +GJSON is a Go package that provides a [fast](#performance) and [simple](#get-a-value) way to get values from a json document with one line of code. Getting Started ===============