From c55b7bc1a8781e5ac5a512c5c3716ce4366e1e4a Mon Sep 17 00:00:00 2001 From: Jan Nedbal Date: Mon, 22 Apr 2024 14:56:43 +0200 Subject: [PATCH] Readme: minor format typo (#130) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebc6182..bbf2a85 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ This tool reads your `composer.json` and scans all paths listed in `autoload` & - `--help` display usage & cli options - `--verbose` to see more example classes & usages - `--show-all-usages` to see all usages -- `--format` to use different output format, available are: console (default), junit +- `--format` to use different output format, available are: `console` (default), `junit` - `--ignore-unknown-classes` to globally ignore unknown classes - `--ignore-unknown-functions` to globally ignore unknown functions - `--ignore-shadow-deps` to globally ignore shadow dependencies