From c00b1375701846005ce49546b1717c55384805e1 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Sat, 16 Dec 2023 16:18:26 +0100 Subject: [PATCH] fix wrong command output in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a96a9c7..d1eb338 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ $ echo '{"friends":["Tom","Jane","Carol"]}' | jj -v Andy friends.1 Append an array: ```sh $ echo '{"friends":["Tom","Jane","Carol"]}' | jj -v Andy friends.-1 -{"friends":["Tom","Andy","Carol","Andy"]} +{"friends":["Tom","Jane","Carol","Andy"]} ``` Set an array value that's past the bounds: