From 5d183f87b7a068e5c878bead91d0bc1b62eb4ccc Mon Sep 17 00:00:00 2001 From: bigopon Date: Sat, 21 May 2022 23:50:40 +1000 Subject: [PATCH] chore(doc): update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 18ee84f..892407d 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,15 @@ To build the code, follow these steps. ```shell npm install ``` -3. Ensure that [Gulp](http://gulpjs.com/) is installed. If you need to install it, use the following command: +3. To test the code, run: ```shell - npm install -g gulp + npm test ``` -4. To build and test the code, you can now run: +4. To build the code, run: ```shell - npm test + npm run build ``` 5. You will find the compiled code in the `dist` folder in CommonJS module format.