Skip to content

Commit 460adac

Browse files
authored
Merge pull request #3 from jwasinger/patch-1
Change README to denote positional arguments
2 parents f7d67a3 + 5957717 commit 460adac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Check out --help option for more information.
66
## Use
77

88
```bash
9-
dopple.py --backend_path ~/.ethereum/geth.ipc --proxy_url http://127.0.0.1:8545
9+
dopple.py ~/.ethereum/geth.ipc http://127.0.0.1:8545
1010
```
1111

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

0 commit comments

Comments
 (0)