Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Nov 5, 2024
1 parent 63c194e commit 136c145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This repository contains the following examples:
- [x] [Wallet management filler](./examples/fillers/examples/wallet_filler.rs)
- [x] Layers
- [x] [Request / response logging layer](./examples/layers/examples/logging_layer.rs)
- [x] [RetryBackoff Layer](./examples/layers/examples/retry.rs)
- [x] [Retry-backoff layer](./examples/layers/examples/retry_layer.rs)
- [x] Node Bindings
- [x] [Deploy contract on local Anvil instance](./examples/node-bindings/examples/anvil_deploy_contract.rs)
- [x] [Fork instance on Anvil](./examples/node-bindings/examples/anvil_fork_instance.rs)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! This example demonstrates how to use the `RetryBackoffLayer` in the provider.
//! This example demonstrates how to use the [`RetryBackoffLayer`] in the provider.
use alloy::{
node_bindings::Anvil,
providers::{Provider, ProviderBuilder},
Expand Down

0 comments on commit 136c145

Please sign in to comment.