Skip to content

Commit b7581e2

Browse files
committed
Improve README.
1 parent 47d9c92 commit b7581e2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# SparkMD5
22

33
SparkMD5 is a fast md5 implementation of the MD5 algorithm.
4-
This script is based in the JKM md5 library which is the
5-
fastest algorithm around (see: http://jsperf.com/md5-shootout/7).
6-
This is most suitable for browser usage, because `nodejs` version might be faster.
4+
This script is based in the JKM md5 library which is the [fastest](http://jsperf.com/md5-shootout/7) algorithm around. This is most suitable for browser usage, because `nodejs` version might be faster.
75

86
NOTE: Please disable Firebug while performing the test!
97
Firebug consumes a lot of memory and CPU and slows the test by a great margin.
108

119

12-
*[Demo](http://9px.ir/demo/incremental-md5.html)*
10+
**[Demo](http://9px.ir/demo/incremental-md5.html)**
1311

1412

1513
## Improvements over the JKM md5 library
@@ -177,4 +175,4 @@ Note that this function is `static`.
177175

178176
## Credits
179177

180-
Joseph Myers (http://www.myersdaily.org/joseph/javascript/md5-text.html)
178+
[Joseph Myers](http://www.myersdaily.org/joseph/javascript/md5-text.html)

0 commit comments

Comments
 (0)