diff --git a/README.md b/README.md index 2133b6da..4f0bfb45 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ You can execute the unit tests individually with: ```bash npm run test:unit # same thing, but with coverage reporting -npm run test:unit:coverage +npm run test:unit:cover ``` ### Integration Tests