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)',