Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai authored Mar 2, 2024
1 parent 5131c38 commit 83d7bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Verify the installation.
```sh
sqlite3 :memory: <<EOF
.load ./litejq
select jq('{"key": "value"}', '.key')
select jq('{"key": "litejq is loaded"}', '.key')
EOF
```

Expand Down

0 comments on commit 83d7bb4

Please sign in to comment.