From fffa062de17dcf96495b97a3bd277399dd2a7f61 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Sun, 18 Aug 2024 17:08:27 +0800 Subject: [PATCH] Update badges to standard badges used for dashbitco projects (#160) --- 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.