From 6fd75099ef1baf10225cedb50433228391551d34 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Wed, 30 Nov 2016 12:04:48 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 786afbe..38c8b51 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@

get a json value quickly

-GJSON is a Go package the provides a [very fast](#performance) and simple way to get a value from a json document. The reason for this library it to give efficient json indexing for the [BuntDB](https://github.com/tidwall/buntdb) project. +GJSON is a Go package that provides a [very fast](#performance) and simple way to get a value from a json document. The purpose for this library it to give efficient json indexing for the [BuntDB](https://github.com/tidwall/buntdb) project. For a command line interface check out [JSONed](https://github.com/tidwall/jsoned).