Skip to content

Commit

Permalink
fix: Modify transport crate name in documents (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
moricho authored Nov 30, 2023
1 parent dee14ec commit 61dcdea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ feature-parity in Alloy. No action is currently needed from devs.
This repository contains the following crates:

- [`alloy-json-rpc`] - Core data types for JSON-RPC 2.0 clients.
- [`alloy-transports`] - Transport implementations for JSON-RPC 2.0 clients.
- [`alloy-transport`] - Transport implementations for JSON-RPC 2.0 clients.
- [`alloy-networks`] - Network abstraction for RPC types. Allows capturing
different RPC param and response types on a per-network basis.
- [`alloy-providers`] - A client trait for interacting with Ethereum-like RPC
endpoints. Abstract over `alloy_networks::Network`, which allows capturing
different RPC types on a per-network basis.

[`alloy-json-rpc`]: ./crates/json-rpc
[`alloy-transports`]: ./crates/transports
[`alloy-transport`]: ./crates/transport
[`alloy-networks`]: ./crates/networks
[`alloy-providers`]: ./crates/providers

Expand Down
2 changes: 1 addition & 1 deletion crates/transport/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# alloy-transports
# alloy-transport

<!-- TODO: More links and real doctests -->

Expand Down

0 comments on commit 61dcdea

Please sign in to comment.