Skip to content

Commit

Permalink
fix(README): typo with params
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas authored Aug 19, 2019
1 parent d7cd7d3 commit e8f37c9
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 @@ -21,7 +21,7 @@ You can configure the default request and url via url params:

here is a full example:

https://inspector.open-rpc.org/?url=http://localhost:8002/multi-geth/mainnet/1.9.0&request[jsonrpc]=2.0&request[method]=eth_chainId&request[prams][0]=foo
https://inspector.open-rpc.org/?url=http://localhost:8002/multi-geth/mainnet/1.9.0&request[jsonrpc]=2.0&request[method]=eth_chainId&request[params][0]=foo

### Contributing

Expand Down

0 comments on commit e8f37c9

Please sign in to comment.