Skip to content

Commit

Permalink
updated READE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
esco committed Oct 9, 2014
1 parent ae0c16f commit 2a7bd1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[![Build Status](https://travis-ci.org/esco/multikey-hash.svg?branch=master)](https://travis-ci.org/esco/multikey-hash) [![Coverage Status](https://coveralls.io/repos/esco/multikey-hash/badge.png)](https://coveralls.io/r/esco/multikey-hash) [![Code Climate](https://codeclimate.com/github/esco/multikey-hash/badges/gpa.svg)](https://codeclimate.com/github/esco/multikey-hash)

multikey-hash
=============
[![Build Status](https://travis-ci.org/esco/multikey-hash.svg?branch=master)](https://travis-ci.org/esco/multikey-hash) [![Coverage Status](https://coveralls.io/repos/esco/multikey-hash/badge.png)](https://coveralls.io/r/esco/multikey-hash) [![Code Climate](https://codeclimate.com/github/esco/multikey-hash/badges/gpa.svg)](https://codeclimate.com/github/esco/multikey-hash)

hash together multiple objects of any type*

Arguments are serialized and then hashed together using the [MurmurHash3](http://en.wikipedia.org/wiki/MurmurHash) algorithm for efficient memory usage (small sized hashes), speed and random distribution.
>Arguments are serialized and then hashed together using the [MurmurHash3](http://en.wikipedia.org/wiki/MurmurHash) algorithm for efficient memory usage (small sized hashes), speed and random distribution.
```
npm install multikey-hash
Expand Down

0 comments on commit 2a7bd1d

Please sign in to comment.