aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-10-06 10:02:10 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-10-06 10:02:18 +0200
commit79529e50dbe431934a4ea8d715ff528e55e6eb85 (patch)
tree4cafe5f5b704760f345e37a2621ed8bbecc83969
parentb6f3a4eb19ae93403f428acf7e4ff933c16144cf (diff)
parent202f612a415f2b32332701bc15f28bd6fab49ebb (diff)
downloadbitcoin-79529e50dbe431934a4ea8d715ff528e55e6eb85.tar.xz
Merge pull request #6763
202f612 The Bitcoin Core project is releasing Bitcoin Core, not Bitcoin. (Pavel Janík)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 39813677c8..5aa8c327df 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Bitcoin Core integration/staging tree
+Bitcoin Core integration/staging tree
=====================================
[![Build Status](https://travis-ci.org/bitcoin/bitcoin.svg?branch=master)](https://travis-ci.org/bitcoin/bitcoin)
@@ -28,7 +28,7 @@ Development Process
The `master` branch is regularly built and tested, but is not guaranteed to be
completely stable. [Tags](https://github.com/bitcoin/bitcoin/tags) are created
-regularly to indicate new official, stable release versions of Bitcoin.
+regularly to indicate new official, stable release versions of Bitcoin Core.
The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md).