Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luccastera committed Feb 8, 2024
1 parent f7768a4 commit d3aeed7
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 @@ -60,7 +60,7 @@ This Rails app has a service object that makes it easy to make RPC calls to the

```ruby
endpoint = Endpoint.last
service = EndpointService.neW(endpoint)
service = EndpointService.new(endpoint)
response = service.rpc_call('eth_blockNumber', [])
puts response
```
Expand Down

0 comments on commit d3aeed7

Please sign in to comment.