From de61779b195d10627207ab2c0b08230a41db321b Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Sat, 8 May 2021 20:30:38 -0400 Subject: [PATCH] Improve README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f16e14c..acfbb53 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Tide Tracing +# tide_tracing.rs -Simple middleware for Tide to log requests with Tracing +Simple middleware for [tide](https://github.com/http-rs/tide) to log requests with [tracing](https://github.com/tokio-rs/tracing).