Skip to content

Commit 5aacc24

Browse files
committed
docs: fix two README typos
1 parent c2a6fc8 commit 5aacc24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ json(): Could not encode the value of argument 'data:json=invalid' as a 'json' v
785785
␘
786786
status=1
787787

788-
$ # Errors in developer-provided arguments fail with status 1
788+
$ # Errors in developer-provided arguments fail with status 2
789789
$ jb bad_arg:cheese; echo status=$?
790790
json.parse_argument(): type name must be one of auto, bool, false, json, null, number, raw, string or true, but was 'cheese'
791791
json(): Could not parse argument 'bad_arg:cheese'. Argument is not structured correctly, see --help for examples.
@@ -1073,7 +1073,7 @@ certainly wouldn't have written it in bash if I'd known how large it'd become.
10731073
here — it would not be at all practical to maintain these kind of examples
10741074
without it. With tesh the examples become a beneficial second layer of tests,
10751075
rather than a maintenance burdon.
1076-
- [jq] for making it pleasant to use with JSON on the command-line and in shell
1076+
- [jq] for making it pleasant to use JSON on the command-line and in shell
10771077
scripts
10781078

10791079
[tesh]: https://github.com/OceanSprint/tesh

0 commit comments

Comments
 (0)