Skip to content

Commit bbfd316

Browse files
committed
chore: fix a typo in an example in the README.md
1 parent e683137 commit bbfd316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const names = jsonquery(data, `
7676
// The same query can be written in JSON format.
7777
// The functions `parse` and `stringify` can be used
7878
// to convert from text format to JSON format and vice versa.
79-
jsonquery(shoppingCart, [
79+
jsonquery(data, [
8080
"pipe",
8181
["get", "friends"],
8282
["filter", ["eq", ["get", "city"], "New York"]],

0 commit comments

Comments
 (0)