Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Modify the transport crate name in documents and fix the link #53

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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