From fc4fbb23264268522ceb4e1462d1915683b838af Mon Sep 17 00:00:00 2001 From: suazithustra <33040041+suazithustra@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:42:29 +0400 Subject: [PATCH] add hex badge to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d599d32..ba7c8e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Arangox -[![](https://github.com/ArangoDB-Community/arangox/actions/workflows/elixir.yml/badge.svg?branch=main&event=push)](https://github.com/ArangoDB-Community/arangox/actions/workflows/elixir.yml) +[![Version](https://img.shields.io/hexpm/v/arangox.svg)](https://hex.pm/packages/arangox) +[![CI](https://github.com/ArangoDB-Community/arangox/actions/workflows/elixir.yml/badge.svg?branch=main&event=push)](https://github.com/ArangoDB-Community/arangox/actions/workflows/elixir.yml) An implementation of [`DBConnection`](https://hex.pm/packages/db_connection) for [ArangoDB](https://www.arangodb.com).