From 53e39adab90a9a8761a12ddbec5866b44d1fffd6 Mon Sep 17 00:00:00 2001 From: ilsubyeega Date: Sun, 17 Sep 2023 14:10:57 +0900 Subject: [PATCH] chore: corrected typos in the example readme --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index c589edbbf7..77d432a866 100644 --- a/examples/README.md +++ b/examples/README.md @@ -46,11 +46,11 @@ This directory contains a collection of examples that demonstrate the use of the + `futures-proxy-server`: Demonstrates the use of `tracing-futures` by implementing a simple proxy server, based on [this example][tokio-proxy] from `tokio`. - + `async_fn`: Demonstrates how asynchronous functions can be + + `async-fn`: Demonstrates how asynchronous functions can be instrumented. + `echo`: Demonstrates a `tracing`-instrumented variant of Tokio's `echo` example. - **tracing-flame**: - + `infero-flame`: Demonstrates the use of `tracing-flame` to generate a flamegraph + + `inferno-flame`: Demonstrates the use of `tracing-flame` to generate a flamegraph from spans. - **tracing-tower**: + `tower-client`: Demonstrates the use of `tracing-tower` to instrument a