Skip to content

Commit 64ff75a

Browse files
committed
Modify README.md
1 parent fc8d07a commit 64ff75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This project will run on **NodeJs** using **MongoDB** as database. I had tried t
2323
- Validations added.
2424
- Included API collection for Postman.
2525
- Light-weight project.
26+
- Test cases with [Mocha](https://mochajs.org/) and [Chai](https://www.chaijs.com/).
2627

2728
## Software Requirements
2829

@@ -57,7 +58,6 @@ npm update
5758
2. Create a new file by copying and pasting the file and then renaming it to just `.env`
5859
3. The file `.env` is already ignored, so you never commit your credentials.
5960
4. Change the values of the file to your environment. Helpful comments added to `.env.example` file to understand the constants.
60-
5. Test cases with [Mocha](https://mochajs.org/) and [Chai](https://www.chaijs.com/).
6161

6262
## How to run
6363

0 commit comments

Comments
 (0)