From 6dc4cb8e757f2ddbfc0d5ee544258b2a162cea77 Mon Sep 17 00:00:00 2001 From: samholford Date: Sat, 22 Mar 2014 09:39:18 +1300 Subject: [PATCH] Correct library class name Phpass -> PHPassLib --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 75bc19b..23d55b7 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Use the default bcrypt adapter: ```php 15000 )); -$phpassHash = new \Phpass\Hash($adapter); +$phpassHash = new \PHPassLib\Hash($adapter); ``` Create and verify a password hash: @@ -92,7 +92,7 @@ Calculate a password's entropy using [NIST recommendations](http://en.wikipedia. ```php calculate('MySecretPassword'); @@ -103,9 +103,9 @@ Calculate a password's entropy using [Wolfram Alpha's algorithm](http://www.wolf ```php calculate('MySecretPassword'); -``` \ No newline at end of file +```