From c121fab7a779e85ecb31c42ba4788630370a2c75 Mon Sep 17 00:00:00 2001 From: glyn Date: Tue, 24 Feb 2015 20:47:09 +0000 Subject: [PATCH] Minor change to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fa1a43..078d292 100755 --- a/README.md +++ b/README.md @@ -20,6 +20,6 @@ The following behave like hstore 1.x operators, i.e. without nested jsonb traver The following are intended to eventually function like hstore 2.0 operators * deletion at chained path using **#-** operator - jsonb_delete_path(jsonb, text[]) + * jsonb_delete_path(jsonb, text[]) * replacement at chained path using function (no operator) - jsonb_replace_path(jsonb, text[], jsonb) + * jsonb_replace_path(jsonb, text[], jsonb) -- 2.39.2