aboutsummaryrefslogtreecommitdiff
path: root/doc/README.md
diff options
context:
space:
mode:
authorWilliam Robinson <wbarobinson@gmail.com>2018-04-17 13:30:35 -0400
committerfanquake <fanquake@gmail.com>2018-08-02 21:27:16 +0800
commit3be70ba400d0d4c94ca0142559978c104ea97df4 (patch)
tree86362048379f854d309e29eaf609eaf51868d07d /doc/README.md
parent9c4324d866db2892b1f99b0415cfa7f9195fc777 (diff)
downloadbitcoin-3be70ba400d0d4c94ca0142559978c104ea97df4.tar.xz
trivial: Fixed typos and cleaned up language
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md6
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)