From 8181aa86b43c13b61a5d326f72e7e42caae98952 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 20 Apr 2016 11:46:03 +0200 Subject: [PATCH] Fix documentation to correctly describe `verifyHash` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53857b3..3938bcf 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ If an error occurs, either the Promise will reject with it, or it will be passed ### scrypt.verifyHash(input, hash, [callback]) -Creates a hash. +Verifies an input against a hash. * __input__: The input to hash, usually a password. * __hash__: The hash to verify against, in base64 encoding (the default output format of `scrypt.hash`).