diff options
author | William Robinson <wbarobinson@gmail.com> | 2018-04-17 13:30:35 -0400 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2018-08-02 21:27:16 +0800 |
commit | 3be70ba400d0d4c94ca0142559978c104ea97df4 (patch) | |
tree | 86362048379f854d309e29eaf609eaf51868d07d /doc/README.md | |
parent | 9c4324d866db2892b1f99b0415cfa7f9195fc777 (diff) |
trivial: Fixed typos and cleaned up language
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.md b/doc/README.md index 45762b2374..5ffff825b4 100644 --- a/doc/README.md +++ b/doc/README.md @@ -9,7 +9,7 @@ To download Bitcoin Core, visit [bitcoincore.org](https://bitcoincore.org/en/rel Running --------------------- -The following are some helpful notes on how to run Bitcoin on your native platform. +The following are some helpful notes on how to run Bitcoin Core on your native platform. ### Unix @@ -24,7 +24,7 @@ Unpack the files into a directory, and then run bitcoin-qt.exe. ### macOS -Drag Bitcoin-Core to your applications folder, and then run Bitcoin-Core. +Drag Bitcoin Core to your applications folder, and then run Bitcoin Core. ### Need Help? @@ -35,7 +35,7 @@ for help and more information. Building --------------------- -The following are developer notes on how to build Bitcoin on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. +The following are developer notes on how to build Bitcoin Core on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. - [Dependencies](dependencies.md) - [macOS Build Notes](build-osx.md) |