From ff56bdedc7fd0ff624af9737606b5d89d7e0cb17 Mon Sep 17 00:00:00 2001 From: Chen Yi-Cyuan Date: Mon, 5 Jan 2015 21:16:54 +0800 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51e4ec5..e722697 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # js-md5 -A simple MD5 hash function for JavaScript supports UTF-8 encoding. [![Build Status](https://api.travis-ci.org/emn178/js-md5.png)](https://travis-ci.org/emn178/js-md5) [![Build Status](https://coveralls.io/repos/emn178/js-md5/badge.png?branch=master)](https://coveralls.io/r/emn178/js-md5?branch=master) -[![NPM](https://nodei.co/npm/js-md5.png?stars&downloads)](https://nodei.co/npm/js-md5/) +[![NPM](https://nodei.co/npm/js-md5.png?stars&downloads)](https://nodei.co/npm/js-md5/) +A simple MD5 hash function for JavaScript supports UTF-8 encoding. ## Demo [MD5 Online](http://emn178.github.io/online-tools/md5.html)