From 9cb1eb6a6baf968b54cbf0975929f295beab97c5 Mon Sep 17 00:00:00 2001 From: antedeguemon Date: Fri, 17 Nov 2023 00:52:12 -0500 Subject: [PATCH] Updates CI badge in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97c0d5b..8fd596e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![HTTPoison logo](logo.png) -# HTTPoison [![Build Status](https://github.com/edgurgel/httpoison/workflows/CI/badge.svg?branch=master)](https://github.com/edgurgel/httpoison/actions?query=workflow%3ACI) [![Hex pm](https://img.shields.io/hexpm/v/httpoison.svg?style=flat)](https://hex.pm/packages/httpoison) [![hex.pm downloads](https://img.shields.io/hexpm/dt/httpoison.svg?style=flat)](https://hex.pm/packages/httpoison) +# HTTPoison [![Build Status](https://github.com/edgurgel/httpoison/actions/workflows/main.yml/badge.svg)](https://github.com/edgurgel/httpoison/actions/workflows/main.yml) [![Hex pm](https://img.shields.io/hexpm/v/httpoison.svg?style=flat)](https://hex.pm/packages/httpoison) [![hex.pm downloads](https://img.shields.io/hexpm/dt/httpoison.svg?style=flat)](https://hex.pm/packages/httpoison) HTTP client for Elixir, based on [HTTPotion](https://github.com/myfreeweb/httpotion)