Skip to content

Commit

Permalink
Update README.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Feb 18, 2019
1 parent 369ab82 commit 996deae
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# node-argon2

[![Greenkeeper badge](https://badges.greenkeeper.io/ranisalt/node-argon2.svg)](https://greenkeeper.io/)
[![NPM package][npm-image]][npm-url] [![Coverage status][coverage-image]][coverage-url] [![Code Quality][codequality-image]][codequality-url] [![Dependencies][david-dm-image]][david-dm-url]
- Linux: [![Linux build status][travis-image]][travis-url]
[![NPM package][npm-image]][npm-url] [![Coverage status][coverage-image]][codacy-url] [![Code Quality][codequality-image]][codacy-url] [![Dependencies][david-dm-image]][david-dm-url]
- Linux/OS X: [![Linux build status][travis-image]][travis-url]
- Windows: [![Windows build status][appveyor-image]][appveyor-url]

Bindings to the reference [Argon2](https://github.com/P-H-C/phc-winner-argon2)
Expand Down Expand Up @@ -128,11 +128,10 @@ license over Argon2 and the reference implementation.
[npm-url]: https://www.npmjs.com/package/argon2
[travis-image]: https://img.shields.io/travis/ranisalt/node-argon2/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/ranisalt/node-argon2
[appveyor-image]: https://img.shields.io/appveyor/ci/ranisalt/node-argon2.svg?style=flat-square
[appveyor-image]: https://img.shields.io/appveyor/ci/ranisalt/node-argon2/master.svg?style=flat-square
[appveyor-url]: https://ci.appveyor.com/project/ranisalt/node-argon2
[coverage-image]: https://img.shields.io/coveralls/ranisalt/node-argon2/master.svg?style=flat-square
[coverage-url]: https://coveralls.io/github/ranisalt/node-argon2
[codequality-image]: https://img.shields.io/codacy/grade/15927f4eb15747fd8a537e48a04bd4f6.svg?style=flat-square
[codequality-url]: https://www.codacy.com/app/ranisalt/node-argon2
[coverage-image]: https://img.shields.io/codacy/coverage/15927f4eb15747fd8a537e48a04bd4f6/master.svg?style=flat-square
[codequality-image]: https://img.shields.io/codacy/grade/15927f4eb15747fd8a537e48a04bd4f6/master.svg?style=flat-square
[codacy-url]: https://www.codacy.com/app/ranisalt/node-argon2
[david-dm-image]: https://img.shields.io/david/ranisalt/node-argon2.svg?style=flat-square
[david-dm-url]: https://david-dm.org/ranisalt/node-argon2

0 comments on commit 996deae

Please sign in to comment.