Skip to content

Commit

Permalink
Setup GitHub CI for tests #2
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Oct 19, 2021
1 parent adbed4d commit 631ac36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ json.a[2]=3

Un-Gron:
```
$ echo '{"a":[1,2,3]}' | ./gron.awk | ./gron.awk -- -u
$ echo '{"a":[1,2,3]}' | ./gron.awk | ./gron.awk - -u
{
"a": [
1,
Expand All @@ -34,7 +34,7 @@ $ echo '{"a":[1,2,3]}' | ./gron.awk | ./gron.awk -- -u

[JSON structure](https://news.ycombinator.com/item?id=25009263):
```
$ curl -s 'https://ip-ranges.amazonaws.com/ip-ranges.json' | ./gron.awk -- -s
$ curl -s 'https://ip-ranges.amazonaws.com/ip-ranges.json' | ./gron.awk - -s
.syncToken = "1634535194"
.createDate = "2021-10-18-05-33-14"
.prefixes[].ip_prefix = "3.5.140.0/22"
Expand Down

0 comments on commit 631ac36

Please sign in to comment.