Skip to content

Commit

Permalink
Merge pull request #3 from jwasinger/patch-1
Browse files Browse the repository at this point in the history
Change README to denote positional arguments
  • Loading branch information
carver committed Apr 17, 2019
2 parents f7d67a3 + 5957717 commit 460adac
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 @@ -6,7 +6,7 @@ Check out --help option for more information.
## Use

```bash
dopple.py --backend_path ~/.ethereum/geth.ipc --proxy_url http://127.0.0.1:8545
dopple.py ~/.ethereum/geth.ipc http://127.0.0.1:8545
```

These values above are the default ones too. If they match your current configuration, they can be ommitted.
Expand Down

0 comments on commit 460adac

Please sign in to comment.