From 1e50cd8344ae3366dcb51dc371d9212604fee630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Aparicio?= Date: Sat, 30 Aug 2014 07:50:40 +0200 Subject: [PATCH] chore: update npm badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba02e0b..0cf4824 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# jsHashes [![Build Status](https://travis-ci.org/h2non/jshashes.png)](https://travis-ci.org/h2non/jshashes) [![NPM version](https://badge.fury.io/js/jshashes.png)](http://badge.fury.io/js/jshashes) [![NPM](https://nodei.co/npm/jshashes.png?stars&downloads)](https://nodei.co/npm/jshashes/) +# jsHashes [![Build Status](https://travis-ci.org/h2non/jshashes.png)](https://travis-ci.org/h2non/jshashes) [![NPM version](https://badge.fury.io/js/jshashes.png)](http://badge.fury.io/js/jshashes) + +[![NPM](https://nodei.co/npm/jshashes.png?stars&downloads)](https://nodei.co/npm/jshashes/) `jshashes` is a pure JavaScript implementation of the most extended hash algorithms. Its goal is to provide an independent, fast and easy solution for hash algorithms both for client-side and server-side JavaScript environments.