Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
☃ pitr committed Jun 30, 2021
1 parent 2eca414 commit 25b649f
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 @@ -14,7 +14,7 @@ json[0].commit.author.date = "2021-06-30T16:44:30Z"
fj can un-flatten too, which is useful to get a subset of JSON:

<pre>
❯ curl -s "https://api.github.com/repos/golang/go/commits?per_page=1" | fj | grep commit.author | <b>jf -u</b> | jq
❯ curl -s "https://api.github.com/repos/golang/go/commits?per_page=1" | fj | grep commit.author | <b>fj -u</b> | jq
[
{
"commit": {
Expand Down

0 comments on commit 25b649f

Please sign in to comment.