Skip to content

Commit 8070979

Browse files
committed
Update README.md
1 parent 4b82239 commit 8070979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ public string HashPassword(string password)
4545

4646
public bool VerifyPassword(string hash, string password)
4747
{
48-
return Crypto.HashPassword(hash, password);
48+
return Crypto.VerifyHashedPassword(hash, password);
4949
}
5050
```

0 commit comments

Comments
 (0)