]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/commitdiff
Minor change to readme
authorglyn <glyn@8kb.co.uk>
Tue, 24 Feb 2015 20:47:09 +0000 (20:47 +0000)
committerglyn <glyn@8kb.co.uk>
Tue, 24 Feb 2015 20:47:09 +0000 (20:47 +0000)
README.md

index 7fa1a43c9f221bb095829ea056114246101f6581..078d2929f72f5dc193ec036f3b32a33f6b3155e6 100755 (executable)
--- 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)