From 4a13ffdc5e088593eb01860fc5002ebd9316d562 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Sun, 8 Dec 2024 16:06:32 +0100 Subject: [PATCH] Remove build status badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 79e0393..54f89ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # dns -[![Build Status](https://img.shields.io/github/workflow/status/amphp/dns/Continuous%20Integration?style=flat-square)](https://github.com/amphp/dns/actions) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](./LICENSE) `amphp/dns` provides asynchronous DNS resolution for PHP based on [Amp](https://github.com/amphp/amp).