From a9de3df8c655e88fd79c0ebd1583a8b142a4cce1 Mon Sep 17 00:00:00 2001 From: Yi-Cyuan Chen Date: Wed, 27 Sep 2023 22:04:31 +0800 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 845255e..4acd9a1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A simple and fast MD5 hash function for JavaScript supports UTF-8 encoding. [Uncompress](https://raw.github.com/emn178/js-md5/master/src/md5.js) ## Benchmark -[jsPerf Benchmark](https://jsperf.app/jonuhi) +[jsPerf Benchmark](https://jsperf.app/jonuhi) [File Benchmark](https://github.com/emn178/js-md5/issues/19) ## Installation