From 55bccf855dc9048e3b8a894760b54143eac93e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=A9rre=20Reimertz?= Date: Fri, 19 May 2017 11:55:04 +0800 Subject: [PATCH] Add an OpenTracing badge to README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit __Super happy to see this project contributing to the OpenTracing community! 🎉__ This tiny PR adds an OpenTracing badge to your README.md. The badge is a one-click way for people to learn more about tracing and also show our love for you! example: [![OpenTracing Badge](https://img.shields.io/badge/OpenTracing-enabled-blue.svg)](http://opentracing.io) If you have any questions, please join our [gitter channel](https://gitter.im/opentracing/public). // Pierre with the OpenTracing team --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 882e68a..8fa60e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # phpkin [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square "Software License")](LICENSE) -[![Latest Stable Version](https://img.shields.io/packagist/v/whitemerry/phpkin.svg?style=flat-square&label=stable "Latest Stable Version")](https://packagist.org/packages/whitemerry/phpkin) +[![Latest Stable Version](https://img.shields.io/packagist/v/whitemerry/phpkin.svg?style=flat-square&label=stable "Latest Stable Version")](https://packagist.org/packages/whitemerry/phpkin) [![OpenTracing Badge](https://img.shields.io/badge/OpenTracing-enabled-blue.svg)](http://opentracing.io) First ***production ready***, simple and full Zipkin implementation without dependencies.