aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-05-06 18:00:16 +0200
committerMateja <mail@matejamaric.com>2021-05-06 18:02:48 +0200
commit40080d492ee22512e167bac27294683640eba281 (patch)
tree00385487b0db3667c1b24a3b44adaea8c837fb40 /README.md
parent82a6eea0de45ef7d9768779dc7c32d0d09a3e3a9 (diff)
downloadnode-playground-40080d492ee22512e167bac27294683640eba281.tar.gz
node-playground-40080d492ee22512e167bac27294683640eba281.zip
Started using `dotenv`.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 58d831b..2f18dc7 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
# About this project
I use this repository to play with Node.js.
+
+If you want to use this repository don't forget to copy `.env.example` to `.env` and modify it accordingly.