From f1723bb1a8eaec1ce5764987467360cffb7fa687 Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Sat, 26 Jan 2013 19:49:00 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d45e84..b88e68c 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ $myhashpass = hashpass(''); This is legal and will not return above error. $myhashpass = hashpass(""); This is also legal and will not return above error. $myhashpass = hashpass('password', -1); Negative numbers are ignored and treated as if no iterations are specified. + ------------------ HashPass by David Todd is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.