From ec315e34c54685ccbb52437f9ba6aca7640bad94 Mon Sep 17 00:00:00 2001 From: Jussi Date: Sat, 9 Nov 2024 16:15:36 +0200 Subject: [PATCH] doc: add badges to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ebbce05..7bf734f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/argon2id_elixir/) +[![Hex.pm Version](https://img.shields.io/hexpm/v/argon2id_elixir)](https://hex.pm/packages/argon2id_elixir) +[![Hex.pm License](https://img.shields.io/hexpm/l/argon2id_elixir)](https://code.sipstea.org/jussi/argon2id_elixir#license) +[![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/hex/argon2id_elixir)](https://libraries.io/hex/argon2id_elixir) + +--- + # Argon2id for Elixir Fast and secure Argon2 password hashing library for Elixir.