Update README.md

This commit is contained in:
Josh Baker 2018-08-31 10:54:01 -06:00 committed by GitHub
parent 6a22caf2fd
commit 3bd9019eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
SJSON is a Go package that provides a [very fast](#performance) and simple way to set a value in a json document. The purpose for this library is to provide efficient json updating for the [SummitDB](https://github.com/tidwall/summitdb) project.
For quickly retrieving json values check out [GJSON](https://github.com/tidwall/gjson).
For a command line interface check out [JSONed](https://github.com/tidwall/jsoned).
For a command line interface check out [JJ](https://github.com/tidwall/jj).
Getting Started
===============