Skip to content

Commit

Permalink
chore: update "Other Examples" in readme (#806)
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
  • Loading branch information
MrCroxx authored Nov 28, 2024
1 parent 87ef01c commit 9d56852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ example:

full: check-all test-all example udeps

fast: check test example1
fast: check test example

msrv:
shellcheck ./scripts/*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ async fn mock() -> Result<String> {

### Other Examples

- [Event Listener](https://github.com/foyer-rs/foyer/tree/main/examples/event_listener.rs)
- [Export Metrics with `prometheus` and `hyper`](https://github.com/foyer-rs/foyer/tree/main/examples/export_metrics_prometheus_hyper.rs)
- [Tail-based Tracing](https://github.com/foyer-rs/foyer/tree/main/examples/tail_based_tracing.rs)

More examples and details can be found [here](https://github.com/foyer-rs/foyer/tree/main/examples).
Expand Down

0 comments on commit 9d56852

Please sign in to comment.