Skip to content

Commit

Permalink
chore: update "Other Examples" in readme
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Nov 28, 2024
1 parent 9321f60 commit ba81ce9
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 @@ -215,7 +215,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 ba81ce9

Please sign in to comment.