mirror of
https://github.com/emn178/js-md5.git
synced 2026-08-12 20:31:43 +08:00
update REAMD, config, test cases
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user