From 78babc5712902fff43fbd04a1c848ac8a98f8a03 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sun, 30 Oct 2016 14:35:08 -0700 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de791ae..0d62be7 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ gjson.Get(json, "name.last") ## Check for the existence of a value -Sometimes you just want to know you if a value exists. +Sometimes you just want to know if a value exists. ```go value := gjson.Get(json, "name.last")