From aa148b6ecdde4635aabd7c41136301a69ed1a00f Mon Sep 17 00:00:00 2001 From: Kim Pepper Date: Fri, 22 May 2026 12:59:29 +1000 Subject: [PATCH] docs: remove CircleCI badge from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e87659e..501ceaa 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ A PHP library for serializing to the prometheus text format. -[![CircleCI](https://circleci.com/gh/previousnext/php-prometheus.svg?style=svg)](https://circleci.com/gh/previousnext/php-prometheus) - **NOTE** This library does not keep state. It is intended purely as a serialization library. Therefore, there are no methods into increment or decrement values for metrics, only to set them in order to be serialized.