Skip to content

Commit 3a79746

Browse files
committed
Update README.md
1 parent ac47bc6 commit 3a79746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Clean and minimalistic boilerplate to start your NodeJs project.
99
- Following standard naming conventions so collaborators/team8s can understand easily your code.
1010
- Securing your login and api key details by using environment variable -- [dotenv](https://github.com/motdotla/dotenv)
1111

12-
### 📘 Prerequisites
12+
### 📂 Prerequisites
1313
- NodeJs, git installed in your local environment.
1414
- .env file -- Yes you need this!
1515

@@ -47,6 +47,7 @@ But the sole purpose of using .env file for our project is to secure our credent
4747
├── .env
4848
├── .plans
4949
├── .gitignore
50+
├── app.js
5051
├── package.json
5152
└── README.md
5253

0 commit comments

Comments
 (0)