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).