Skip to content

Commit

Permalink
chore: corrected typos in the example readme (#2718)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
ilsubyeega authored Dec 1, 2024
1 parent 66cafe5 commit 71b6347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71b6347

Please sign in to comment.