From bb43a580824b26706bb4b85cf9f9830315a96dfc Mon Sep 17 00:00:00 2001 From: Jan Brecka Date: Mon, 20 Nov 2023 19:43:22 +0100 Subject: [PATCH] remove circle ci badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dac866..c703aef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# transit-php [![CircleCI](https://circleci.com/gh/honzabrecka/transit-php/tree/master.svg?style=svg&circle-token=817187a55f77fb9bd7811bf5daa6e344885523fa)](https://circleci.com/gh/honzabrecka/transit-php/tree/master) +# transit-php Transit is a data format and a set of libraries for conveying values between applications written in different languages. This library provides support for marshalling Transit data to/from PHP. Unlike the Java and Clojure implementations it relies on the non-streaming JSON parsing mechanism of the host PHP environment.