From c3a1d188d20a0781d30c32540aa792c1b395eafc Mon Sep 17 00:00:00 2001 From: He Liu Date: Mon, 10 Jul 2017 22:40:36 -0500 Subject: [PATCH] Remove unnecessary `` in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a7c5c4..b689fa5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ GoDoc

-

set a json value quickly

+

set a json value quickly

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