Skip to content

Commit

Permalink
fix: typos in README (#348)
Browse files Browse the repository at this point in the history
* fix: typos in `README`

* doc: add missing section
  • Loading branch information
leovct committed May 30, 2023
1 parent 015965c commit a8abd09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/centrifuge/go-substrate-rpc-client)](https://goreportcard.com/report/github.com/centrifuge/go-substrate-rpc-client)

Substrate RPC client in Go. It provides APIs and types around Polkadot and any Substrate-based chain RPC calls.
This client is modelled after [polkadot-js/api](https://github.com/polkadot-js/api).
This client is modeled after [polkadot-js/api](https://github.com/polkadot-js/api).

## State

This package is feature complete, but it is relatively new and might still contain bugs. We advice to use it with caution in production. It comes without any warranties, please refer to LICENCE for details.
This package is feature complete, but it is relatively new and might still contain bugs. We advise to use it with caution in production. It comes without any warranties, please refer to LICENCE for details.

## Documentation & Usage Examples

Expand Down Expand Up @@ -39,7 +39,7 @@ the tests within a tests-dedicated Docker container or without a container.

Visit https://polkadot.js.org/apps for inspection

**Note**: To use a custom Substrate endpoint, first set the enviromment variable before running the tests:
**Note**: To use a custom Substrate endpoint, first set the environment variable before running the tests:
`export RPC_URL="http://example.com:9934"`

### Adding support for new RPC methods
Expand Down

0 comments on commit a8abd09

Please sign in to comment.