From f06c6f8757286480ac3adbdd4ec75b7b4d98a69b Mon Sep 17 00:00:00 2001 From: Braeden57 Date: Sun, 4 Apr 2021 22:30:04 -0700 Subject: [PATCH] Updated Instructions --- config/encrypt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/encrypt.js b/config/encrypt.js index 192762a..6348975 100644 --- a/config/encrypt.js +++ b/config/encrypt.js @@ -2,7 +2,7 @@ const bcrypt = require('bcryptjs'); // Set `password` as the password you will use // Then Run this script and copy the output as it is your encrypted password -// To run; open your CMD or Terminal in this directory, and use command 'node encrypt.js' +// To run; open your CMD or Terminal in this directory, and use command 'node encrypt.js' let password = "";