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

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehodgkiss committed Sep 28, 2012
1 parent 41355f2 commit ce1a18b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ Gemfile:
gem "zxcvbn-ruby", :require => 'zxcvbn'
```

Example user model:
Example usage:

```ruby
require 'zxcvbn'

class User < Struct.new(:username, :password)
include Zxcvbn

Expand Down

0 comments on commit ce1a18b

Please sign in to comment.