From e1bb51912053589d1c1f68a46718cab9792e0424 Mon Sep 17 00:00:00 2001 From: PeterNgTr Date: Mon, 20 Jun 2022 14:20:13 +0200 Subject: [PATCH] fix: issue 83 --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 93a5424..be9a8ff 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -5,7 +5,7 @@ Thanks for getting here because you have a good will to improve CodeceptJS-testr To start you need: 1. Fork and clone the repo. -2. Run `npm i` to install all required libraries +2. Run `npm i` to install needed libraries 3. Do the changes. 4. Add/Update Test (if possible) 5. Update documentation @@ -32,4 +32,4 @@ npm run test-server ```sh npm run acceptance_test ``` -Note: please check the db.json after the tests execution to not commit any changes. +Note: please check the db.json after the test execution to not commit any changes.