From a1f4cd8bfd949871eb95b979c2b32f1297c0240f Mon Sep 17 00:00:00 2001 From: Pascal Bourdier Date: Fri, 11 Feb 2022 08:32:04 +0100 Subject: [PATCH] doc: fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 788b7c4..c209782 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ optional arguments: $ identify-cli setup.py; echo $? ["file", "non-executable", "python", "text"] 0 -$ identify setup.py --filename-only; echo $? +$ identify-cli setup.py --filename-only; echo $? ["python", "text"] 0 $ identify-cli wat.wat; echo $?