From af8596693982b1db4f000cda595c4a5234c5e6fc Mon Sep 17 00:00:00 2001 From: Max Melentiev Date: Wed, 28 Jun 2023 21:23:43 +0100 Subject: [PATCH] Fix status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17022ac..9365ec3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Gem Version](https://badge.fury.io/rb/telegram-bot.svg)](http://badge.fury.io/rb/telegram-bot) [![Code Climate](https://codeclimate.com/github/telegram-bot-rb/telegram-bot/badges/gpa.svg)](https://codeclimate.com/github/telegram-bot-rb/telegram-bot) -[![Build Status](https://github.com/telegram-bot-rb/telegram-bot/actions/workflows/ci/badge.svg)](https://github.com/telegram-bot-rb/telegram-bot/actions/workflows/ci.yml) +[![Lint & Test](https://github.com/telegram-bot-rb/telegram-bot/actions/workflows/ci.yml/badge.svg)](https://github.com/telegram-bot-rb/telegram-bot/actions/workflows/ci.yml) Tools for developing Telegram bots. Best used with Rails, but can be used in [standalone app](https://github.com/telegram-bot-rb/telegram-bot/wiki/Not-rails-application).