From f14c17d01dd9fb86db015048ee44cfca1a7aa9f1 Mon Sep 17 00:00:00 2001 From: Stefan Damjanovic Date: Thu, 25 Jan 2024 17:28:38 +0100 Subject: [PATCH] Update readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 09f6c98..cff7744 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![Latest Version on Packagist](https://img.shields.io/packagist/v/stfndamjanovic/circuit-breaker.svg?style=flat-square)](https://packagist.org/packages/stfndamjanovic/circuit-breaker) -### STILL IN DEVELOPMENT PHASE! - This package provides an implementation of the circuit breaker pattern in PHP. You can find more info about it [here](https://learn.microsoft.com/en-us/azure/architecture/patterns/circuit-breaker).