mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 07:56:31 +00:00
Fix typo
All the other commands where formatted with backticks instead of straight quotation marks. Because they are very similar I assume that the intention was to write backticks.
This commit is contained in:
parent
e85ff14c92
commit
68cbfef186
@ -14,7 +14,7 @@ To use a faucet, you'll usually need to go to a URL and copy and paste in your a
|
||||
|
||||
## Verify Your Money
|
||||
|
||||
After you've requested your money, you should be able to verify it with the 'bitcoin-cli getbalance' command:
|
||||
After you've requested your money, you should be able to verify it with the `bitcoin-cli getbalance` command:
|
||||
```
|
||||
$ bitcoin-cli getbalance
|
||||
0.00000000
|
||||
|
Loading…
x
Reference in New Issue
Block a user