Skip to content

Commit 8afd1d4

Browse files
committed
Update README.md
1 parent d39597f commit 8afd1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For example, when you try to run ```./core/hello-world.js```, instead of ```cd c
3838
3939
### 📘 Why is it important to use env file?
4040
It has variety of usage. Find out [more](https://codeburst.io/process-env-what-it-is-and-why-when-how-to-use-it-effectively-505d0b2831e7).
41-
But the sole purpose of using .env file for our project is to secure our credentials such as logins, api keys, and other important stuff. It is important not to include your .env file when you in our repository specially when your project is public.
41+
But the sole purpose of using .env file for our project is to secure our credentials such as logins, api keys, and other important stuff. It is important not to include your .env file in our repository specially when your project is public.
4242
4343
### 🏗 Project Structure
4444
nodejs-boilerplate

0 commit comments

Comments
 (0)