From 9e3941b2a592c28d2c304876ef567e20842c3560 Mon Sep 17 00:00:00 2001 From: Ole Ersoy Date: Tue, 3 Mar 2020 21:00:46 -0600 Subject: [PATCH] Updated README.md --- projects/validatorjs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/validatorjs/README.md b/projects/validatorjs/README.md index 5e6a288..be694fb 100644 --- a/projects/validatorjs/README.md +++ b/projects/validatorjs/README.md @@ -12,7 +12,7 @@ After building your library with `ng build validatorjs`, go to the dist folder ` ## Running unit tests -Run `ng test validatorjs` to execute the unit tests via [Jest](https://jestjs.io/). +Run `npm t` to execute the unit tests via [Jest](https://jestjs.io/). ## Further help