From 52279a796e2536df91e80ff3258860f3f3333e00 Mon Sep 17 00:00:00 2001 From: David Nault Date: Tue, 3 Jun 2025 11:02:22 -0700 Subject: [PATCH] JSON Path -> JSONPath --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0868bd5..d5320c3 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Sorry, this library does not support JSON pointers that reference specific array ### How to do more complex matching? -If a JSON pointer isn't sufficient, take a look at [JsonSurfer](https://github.com/wanglingsong/JsonSurfer) which lets you use JSON Path to specify complex matching rules. +If a JSON pointer isn't sufficient, take a look at [JsonSurfer](https://github.com/wanglingsong/JsonSurfer) which lets you use JSONPath to specify complex matching rules. ### Is this library an officially supported Couchbase product?