From f82d7aacc35ce85a1db7bc19984d65113eb79cf1 Mon Sep 17 00:00:00 2001 From: Ihor Date: Wed, 4 Nov 2020 11:04:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e86dacae..0bae6f90 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ coverageReporter: { include: [ // Specify include pattern(s) first 'src/**/*.(ts|js)', - // Then specify "do not include" patterns (note `!` sign on the beginning of each statement) + // Then specify "do not touch" patterns (note `!` sign on the beginning of each statement) '!src/main.(ts|js)', '!src/**/*.spec.(ts|js)', '!src/**/*.module.(ts|js)',