Skip to content

Commit

Permalink
Update README.md cargo run example
Browse files Browse the repository at this point in the history
Was that an extra "cargo run --" ?
  • Loading branch information
CryptAxe authored Oct 2, 2024
1 parent 5813907 commit 7f53426
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 @@ -17,7 +17,7 @@ $ cargo run -- --help
# Starts the gRPC server at localhost:50001
# Adjust these parameters to match your local Bitcoin
# Core instance
$ cargo run -- cargo run -- \
$ cargo run -- \
--node-rpc-port=38332 \
--node-rpc-user=user \
--node-rpc-password=password
Expand Down

0 comments on commit 7f53426

Please sign in to comment.