mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-01-25 04:16:18 +00:00
chore: corrected typos in the example readme (#2718)
## Motivation I was checking the example from `/examples/` and saw that some of the module names were incorrect in README, so I fixed them. ## Solution Changed the incorrect name to the correct name.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user