From 201bff606f2f741d3c270b0fc012c522ac9f3c1d Mon Sep 17 00:00:00 2001 From: Chen Yi-Cyuan Date: Sun, 8 Mar 2015 15:55:03 +0800 Subject: [PATCH] update covignore and README --- .covignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.covignore b/.covignore index 016f806..8c36f6f 100644 --- a/.covignore +++ b/.covignore @@ -1 +1,2 @@ /tests/ +node_modules/ diff --git a/README.md b/README.md index 82ded01..93ba505 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A simple MD5 hash function for JavaScript supports UTF-8 encoding. ## Demo [MD5 Online](http://emn178.github.io/online-tools/md5.html) +[MD5 File Checksum Online](http://emn178.github.io/online-tools/md5_checksum.html) ## Download [Compress](https://raw.github.com/emn178/js-md5/master/build/md5.min.js)