Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kohyama committed May 6, 2011
1 parent ebc14d7 commit e4c5c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,9 +16,9 @@ jsMD5 is an implementation of [RFC 1321 - The MD5 Message-Digest Algorithm] (htt
To use this do as below:

var md5 = require('./md5');
var na = md5.digest(*array of numbers*);
var na = md5.digest(<array of numbers>);
// na is an array of numbers
var str = md5.digest_s(*string*);
var str = md5.digest_s(<string>);
// str is an string

"array of numbers" is the array of unsigned integer of each bytes to digest or of each bytes of digested.
Expand Down

0 comments on commit e4c5c53

Please sign in to comment.