Skip to content

Commit 3c21d25

Browse files
PastaPastaPastaUdjinM6
authored andcommitted
Slightly adjust some README.md files (#3175)
Signed-off-by: Pasta <pasta@dashboost.org>
1 parent 10dd3c1 commit 3c21d25

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Dash Core staging tree 0.14.1
2-
===============================
2+
=============================
33

44
`master:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=master)](https://travis-ci.org/dashpay/dash) `develop:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=develop)](https://travis-ci.org/dashpay/dash/branches)
55

66
https://www.dash.org
77

88

99
What is Dash?
10-
----------------
10+
-------------
1111

1212
Dash is an experimental digital currency that enables anonymous, instant
1313
payments to anyone, anywhere in the world. Dash uses peer-to-peer technology

contrib/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Tool to verify that every merge commit was signed by a developer using the above
1212
Construct a linear, no-fork, best version of the blockchain.
1313

1414
### [Qos](/contrib/qos) ###
15-
1615
A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Dash network. This means one can have an always-on dashd instance running, and another local dashd/dash-qt instance which connects to this node and receives blocks from it.
1716

1817
### [Seeds](/contrib/seeds) ###
@@ -29,7 +28,7 @@ for Debian-based Linux systems. If you compile dashd/dash-qt yourself, there are
2928
Notes on getting Gitian builds up and running using KVM.
3029

3130
### [Gitian-keys](/contrib/gitian-keys)
32-
PGP keys used for signing Bitcoin Core [Gitian release](/doc/release-process.md) results.
31+
PGP keys used for signing Dash Core [Gitian release](/doc/release-process.md) results.
3332

3433
### [MacDeploy](/contrib/macdeploy) ###
3534
Scripts and notes for Mac builds.

contrib/devtools/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ For example:
112112
./github-merge.py 3077
113113

114114
(in any git repository) will help you merge pull request #3077 for the
115-
bitcoin/bitcoin repository.
115+
dashpay/dash repository.
116116

117117
What it does:
118118
* Fetch master and the pull request.
@@ -132,14 +132,14 @@ Setup
132132
---------
133133
Configuring the github-merge tool for the bitcoin repository is done in the following way:
134134

135-
git config githubmerge.repository bitcoin/bitcoin
135+
git config githubmerge.repository dashpay/dash
136136
git config githubmerge.testcmd "make -j4 check" (adapt to whatever you want to use for testing)
137137
git config --global user.signingkey mykeyid (if you want to GPG sign)
138138

139139
optimize-pngs.py
140140
================
141141

142-
A script to optimize png files in the bitcoin
142+
A script to optimize png files in the dash
143143
repository (requires pngcrush).
144144

145145
security-check.py and test-security-check.py

0 commit comments

Comments
 (0)