From 3acd2bc77b295e4bbe6f408dc0e5d747f6c83637 Mon Sep 17 00:00:00 2001 From: Keith Lohnes Date: Sun, 26 May 2024 13:36:43 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20the=20header=20of=20?= =?UTF-8?q?the=20tonic=20tracing=20README.md=20(#138)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It currently says "axum-tracing-opentelemetry" which was a little confusing landing on the crates.io page. --- tonic-tracing-opentelemetry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic-tracing-opentelemetry/README.md b/tonic-tracing-opentelemetry/README.md index 3c99ab3..f7076ec 100644 --- a/tonic-tracing-opentelemetry/README.md +++ b/tonic-tracing-opentelemetry/README.md @@ -1,4 +1,4 @@ -# axum-tracing-opentelemetry +# tonic-tracing-opentelemetry [![crates license](https://img.shields.io/crates/l/tonic-tracing-opentelemetry.svg)](http://creativecommons.org/publicdomain/zero/1.0/) [![crate version](https://img.shields.io/crates/v/tonic-tracing-opentelemetry.svg)](https://crates.io/crates/tonic-tracing-opentelemetry)