diff --git a/README.md b/README.md index 86848ac..c11d28a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ cp secret.js.template secret.js ``` This will create a new secret.js based on that template. -***IMPORTANT***: Open secret.js with your favourite editor, and set the jwtPrivateKey variable to a random string of characters, preferably generated from /dev/random or using node's own generation thing. +***IMPORTANT***: Open secret.js with your favourite editor, and set the jwtPrivateKey variable to a random string of characters, preferably generated from /dev/urandom or using node's own generation thing. ***NOTE***: You can edit config.js to tweak some of the settings. You might wanna do that, especially if you are planning to run it on a domain. (setting the address variable)