mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
Fix grammar errors in README
"It's" means "it is".
This commit is contained in:
parent
18bc7bf302
commit
e93df8273b
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ Java 14 must be installed.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Sparrow has a number of command line options, for example to change it's home folder or use testnet:
|
Sparrow has a number of command line options, for example to change its home folder or use testnet:
|
||||||
|
|
||||||
```
|
```
|
||||||
./sparrow -h
|
./sparrow -h
|
||||||
|
@ -56,7 +56,7 @@ A final fallback which can be useful when running the Sparrow binary is to creat
|
||||||
|
|
||||||
Note that if you are connecting to an Electrum server when using testnet, that server will need to running on testnet configuration as well.
|
Note that if you are connecting to an Electrum server when using testnet, that server will need to running on testnet configuration as well.
|
||||||
|
|
||||||
When not explicitly configured using the command line argument above, Sparrow stores it's mainnet config file, log file and wallets in a home folder location appropriate to the operating system:
|
When not explicitly configured using the command line argument above, Sparrow stores its mainnet config file, log file and wallets in a home folder location appropriate to the operating system:
|
||||||
|
|
||||||
Platform | Location
|
Platform | Location
|
||||||
-------- | --------
|
-------- | --------
|
||||||
|
|
Loading…
Reference in a new issue