Skip to content

Commit

Permalink
Merge pull request #3 from jasperla/master
Browse files Browse the repository at this point in the history
Unbreak examples in README
  • Loading branch information
Seth Falcon committed Mar 4, 2013
2 parents 3566f5e + 3a44248 commit 2140d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Basic usage instructions

3. Hash a password using a salt with the default number of rounds::

1> {ok, Salt} = bcrypt:gen_salt(),
1> {ok, Salt} = bcrypt:gen_salt().
{ok,"$2a$12$sSS8Eg.ovVzaHzi1nUHYK."}
2> {ok, Hash} = bcrypt:hashpw("foo", Salt),
2> {ok, Hash} = bcrypt:hashpw("foo", Salt).
{ok,"$2a$12$sSS8Eg.ovVzaHzi1nUHYK.HbUIOdlQI0iS22Q5rd5z.JVVYH6sfm6"}

3. Verify the password::
Expand Down

0 comments on commit 2140d47

Please sign in to comment.