From e8de6d537fd72e9b094c447d5ed896101cd6dbf1 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Wed, 10 Aug 2016 21:12:36 -0700 Subject: [PATCH] mention gjson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d32265..c019074 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ Which will return: ## JSON Indexes -Indexes can be created on individual fields inside JSON documents. BuntDB uses [GJSON](https://github.com/tidwall/gjson) for under the hood. +Indexes can be created on individual fields inside JSON documents. BuntDB uses [GJSON](https://github.com/tidwall/gjson) under the hood. For example: