Skip to content

Commit

Permalink
fix(README): missing e
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas authored Jun 1, 2019
1 parent 5a0014c commit 5e77f75
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 @@ -38,7 +38,7 @@ const successful = await serviceRunner.installService(serviceName);
if (successful === false) throw new Error('Service not installed')
const serviceConfig = serviceRunner.start(serviceName, 'kotti');
const erpc = new ERPC(serviceConfig);
rpc.getBalance("0x0DEADBEEF");
erpc.getBalance("0x0DEADBEEF");
```

To run the service runner.
Expand Down

0 comments on commit 5e77f75

Please sign in to comment.