update REAMD, config, test cases

This commit is contained in:
Chen Yi-Cyuan
2015-02-08 16:21:04 +08:00
parent e36b8d13f7
commit 41432a9660
5 changed files with 45 additions and 39 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ md5 = require('js-md5');
Code
```JavaScript
md5('');
md5('The quick brown fox jumps over the lazy dog', true);
md5('The quick brown fox jumps over the lazy dog.', true);
md5('The quick brown fox jumps over the lazy dog');
md5('The quick brown fox jumps over the lazy dog.');
```
Output