From 9f67dd924c2809ab07b4a798a3c3e718c9da4107 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Sun, 7 Jul 2024 17:58:59 +0800 Subject: [PATCH] Update and remove deprecated badges in readme (#1238) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 651e74fc..415100fd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Plug [![Build Status](https://github.com/elixir-plug/plug/workflows/CI/badge.svg)](https://github.com/elixir-plug/plug/actions?query=workflow%3A%22CI%22) -[![Inline docs](https://inch-ci.org/github/elixir-plug/plug.svg?branch=master)](http://inch-ci.org/github/elixir-plug/plug) +[![hex.pm](https://img.shields.io/hexpm/v/plug.svg)](https://hex.pm/packages/plug) +[![hexdocs.pm](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/plug/) Plug is: