From 4f45ce891dfd1632002bf22072d93df18c6e0729 Mon Sep 17 00:00:00 2001 From: Tetsuro Yoshikawa Date: Sun, 31 Jan 2021 14:52:47 +0900 Subject: [PATCH] docs: fix example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea08d22..4282137 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ OPTIONS -h, --help show CLI help -o, --outputReportDir=outputReportDir output report directory path. default: ./sabik_report -v, --version show CLI version - --excludes=excludes exclude patterns is separated by a comma. example: *.test.ts,*.spec.ts + --excludes=excludes exclude patterns is separated by a comma. example: .test.ts$,.spec.ts$ --matches=matches match patterns. example: .ts$ ```