Skip to content

Commit

Permalink
add a note about changing node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon committed May 27, 2021
1 parent 59d63ae commit b6e7958
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
A very very quick and dirty password encrypter using bcypt based on [this Stackoverflow Question](http://stackoverflow.com/questions/14015677/node-js-encryption-of-passwords)

# Updating node

If you update Node, you will need to run `npm install` in order to rebuild this module.

# Comparison

const quickpassword = require('quickpassword');
Expand Down

0 comments on commit b6e7958

Please sign in to comment.