From 9829b48ad04535652f6b348df9c8399f9b6a6b14 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Sat, 17 Aug 2024 00:09:01 +0800 Subject: [PATCH] Update badges to standard badges used for dashbitco projects --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9c205a..e55e180 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Mox -[![Hex.pm](https://img.shields.io/hexpm/v/mox.svg?style=flat-square)](https://hex.pm/packages/mox) -[![Coverage Status](https://coveralls.io/repos/github/dashbitco/mox/badge.svg?branch=main)](https://coveralls.io/github/dashbitco/mox?branch=main) +[![hex.pm](https://img.shields.io/badge/Package%20on%20hex.pm-informational)](https://hex.pm/packages/mox) +[![hexdocs.pm](https://img.shields.io/badge/Documentation-ff69b4)](https://hexdocs.pm/mox) +[![ci](https://github.com/dashbitco/mox/actions/workflows/ci.yml/badge.svg)](https://github.com/dashbitco/mox/actions/workflows/ci.yml) +[![coverage](https://coveralls.io/repos/github/dashbitco/mox/badge.svg?branch=main)](https://coveralls.io/github/dashbitco/mox?branch=main) Mox is a library for defining concurrent mocks in Elixir.