Skip to content

Commit

Permalink
docs(readme): add link to api docs for rpc client in module section
Browse files Browse the repository at this point in the history
  • Loading branch information
dnut committed Dec 5, 2023
1 parent 64dd26d commit 528e7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@ Zig's own definition: `Zig is a general-purpose programming language and toolcha

- **[Gossip](src/gossip)** - A gossip spy node, run by: `sig gossip` or `zig build run -- gossip`

- **[Core](src/core)** - Core data structures shared across modules
- **[Core](src/core)** - Core data structures shared across modules.

- **[RPC Client](src/rpc)** - A fully featured HTTP RPC client with ability to query all on-chain data along with sending transactions
- **[RPC Client](src/rpc)** ([docs](docs/api.md#rpcclient---api-reference)) - A fully featured HTTP RPC client with ability to query all on-chain data along with sending transactions.
<br><br>

## 📚 Learn More
Expand Down

0 comments on commit 528e7f9

Please sign in to comment.