diff --git a/README.md b/README.md index 2664fc1d0..d30242ad9 100644 --- a/README.md +++ b/README.md @@ -94,14 +94,9 @@ cd snowflake-connector-nodejs npm install . ``` -3. Run tests +3. Show code coverage report ``` -npm test -``` - -4. Show code coverage report -``` -npm test:coverage +npm run test:ci:coverage ``` Package