Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Add sitename to example
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehodgkiss committed Sep 28, 2012
1 parent fec8bd9 commit a97e1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class User < Struct.new(:username, :password)
include Zxcvbn

def password_strength
zxcvbn(password, [username])
zxcvbn(password, [username, 'sitename'])
end
end

Expand Down

0 comments on commit a97e1ea

Please sign in to comment.