Skip to content

Commit

Permalink
docs: fix typo Rpc to rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed May 15, 2024
1 parent 08fb332 commit 9fa8134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The usage documentation for this library lives in a handful of places:
You can also refer to:

* the [documentation](https://developers.stellar.org/network/horizon) for the Horizon REST API (if using the `Horizon` module) and
* the [documentation](https://soroban.stellar.org/docs/reference/rpc) for Soroban RPC's API (if using the `Rpc` module)
* the [documentation](https://soroban.stellar.org/docs/reference/rpc) for Soroban RPC's API (if using the `rpc` module)

### Usage with React-Native

Expand Down

0 comments on commit 9fa8134

Please sign in to comment.