From 22ef4897951fdf6b6d2f4b961aa65886a40d621c Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 18 Mar 2023 11:07:15 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 571a2c85..9789fa65 100644 --- a/README.md +++ b/README.md @@ -604,7 +604,7 @@ they are run on an unsupported platform. To see all parser information, including compatibility, run `jc -ap`. You may still use a parser on an unsupported platform - for example, you may -want to parse a file with linux `lsof` output on an macOS or Windows laptop. In +want to parse a file with linux `lsof` output on a macOS or Windows laptop. In that case you can suppress the warning message with the `-q` cli option or the `quiet=True` function parameter in `parse()`: