Skip to content

Commit 71b6347

Browse files
authored
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.
1 parent 66cafe5 commit 71b6347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ This directory contains a collection of examples that demonstrate the use of the
4646
+ `futures-proxy-server`: Demonstrates the use of `tracing-futures` by
4747
implementing a simple proxy server, based on [this example][tokio-proxy]
4848
from `tokio`.
49-
+ `async_fn`: Demonstrates how asynchronous functions can be
49+
+ `async-fn`: Demonstrates how asynchronous functions can be
5050
instrumented.
5151
+ `echo`: Demonstrates a `tracing`-instrumented variant of Tokio's `echo` example.
5252
- **tracing-flame**:
53-
+ `infero-flame`: Demonstrates the use of `tracing-flame` to generate a flamegraph
53+
+ `inferno-flame`: Demonstrates the use of `tracing-flame` to generate a flamegraph
5454
from spans.
5555
- **tracing-tower**:
5656
+ `tower-client`: Demonstrates the use of `tracing-tower` to instrument a

0 commit comments

Comments
 (0)