diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-11-07 11:05:38 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-11-07 11:05:40 -0500 |
commit | 66c70249f9e696b62eeddf1943a7355ef7bb7409 (patch) | |
tree | c54c492c1ecc4d10984479d2852ec18dd37d8043 | |
parent | 4e6dc7a0ef225e52ef5d937b1f9078ef32d2f10f (diff) | |
parent | 053b6f42d21fbbeb83d48b1a7b873b640976eab7 (diff) |
Merge #14611: docs: align items in contrib init
053b6f42d2 align items in contrib init (Harry Moreno)
Pull request description:
minor
Tree-SHA512: 72bd01e174dafdb77db5e5e4551ff9a65a4a804a59da0ab7d2825f31dcd37fbe724d6c0da5cda69869cd14181c617e113946b46844379eb7747e1249b56f2d62
-rw-r--r-- | contrib/init/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/init/README.md b/contrib/init/README.md index 8d3e57c526..306a37f75a 100644 --- a/contrib/init/README.md +++ b/contrib/init/README.md @@ -5,7 +5,7 @@ Upstart: bitcoind.conf OpenRC: bitcoind.openrc bitcoind.openrcconf CentOS: bitcoind.init -macOS: org.bitcoin.bitcoind.plist +macOS: org.bitcoin.bitcoind.plist ``` have been made available to assist packagers in creating node packages here. |