minor update

This commit is contained in:
Josh Baker 2017-04-12 14:14:42 -07:00 committed by GitHub
parent 7c63fbd56a
commit 7d884e04ac
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 [very fast](#performance) and simple way to get values from a json document.
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.
Getting Started
===============