diff options
author | Pavel Janík <Pavel@Janik.cz> | 2015-10-05 21:20:43 +0200 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2015-10-05 21:20:43 +0200 |
commit | 202f612a415f2b32332701bc15f28bd6fab49ebb (patch) | |
tree | 028b25f4e55e540f91a78d373a2d29db1d7ee368 | |
parent | a75c67364d3484147c0643baf535845ce72a50cc (diff) |
The Bitcoin Core project is releasing Bitcoin Core, not Bitcoin.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). |