mention "values"

This commit is contained in:
Josh Baker 2017-04-12 14:16:56 -07:00 committed by GitHub
parent 7d884e04ac
commit a8ccb8767a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<p align="center">get a json value quickly</a></p>
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
===============