Skip to content

Commit

Permalink
docs: add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
XadillaX committed Nov 18, 2020
1 parent b56174a commit d0e73ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Bling Hashes for Pure JavaScript

[![bling-hashes-js](http://img.shields.io/npm/v/bling-hashes-js.svg)](https://www.npmjs.org/package/bling-hashes-js)
[![bling-hashes-js](http://img.shields.io/npm/dm/bling-hashes-js.svg)](https://www.npmjs.org/package/bling-hashes-js)
[![Test & Coverage](https://github.com/XadillaX/bling_hashes_js/workflows/Test%20&%20Coverage/badge.svg)](https://github.com/XadillaX/bling_hashes_js)
[![Coverage Status](https://coveralls.io/repos/github/XadillaX/bling_hashes_js/badge.svg?branch=master)](https://coveralls.io/github/XadillaX/bling_hashes_js?branch=master)
[![License](https://img.shields.io/npm/l/bling-hashes-js.svg?style=flat)](https://www.npmjs.org/package/bling-hashes-js)
[![Dependencies Status](https://img.shields.io/david/XadillaX/bling-hashes-js)](https://www.npmjs.org/package/bling-hashes-js)
[![Star at GitHub](https://img.shields.io/github/stars/XadillaX/bling_hashes_js.svg?style=social&label=Star)](https://github.com/xadillax/bling_hashes)

> This is the WebAssembly version of [bling-hashes](https://github.com/XadillaX/bling_hashes).
String hash algorithms for node.js.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"files": [
"dist/export.js",
"lib/*",
"lib",
"index.js"
],
"repository": {
Expand Down

0 comments on commit d0e73ca

Please sign in to comment.