diff --git a/README.md b/README.md index d4a4cf23..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 @@ -150,7 +150,7 @@ You can execute the integration tests individually with: ```bash npm run test:integration # same thing, but with coverage reporting -npm run test:integration:coverage +npm run test:integration:cover ``` ## 🛳 Production