Skip to content

Commit

Permalink
use more accurate append - nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jun 26, 2024
1 parent c9af5b9 commit 5be8bc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It's one of the few security tools that improve your security posture with minim

* a single line of code - `require('dotenv').config()`
* a single file - `.env`
* a single gitignore append - `echo '.env' > .gitignore`
* a single gitignore append - `echo '.env' >> .gitignore`

It's aesthetic, it's effective, it's elegant.

Expand Down

0 comments on commit 5be8bc4

Please sign in to comment.