diff options
author | Koki Takahashi <Koki.Takahashi@jp.sony.com> | 2017-02-03 17:12:21 +0900 |
---|---|---|
committer | Koki Takahashi <k.takahashi@sonyged.com> | 2017-02-09 11:56:44 +0900 |
commit | 36164faa338d387177c6328496f63ac11eda3b78 (patch) | |
tree | cb2d0a6e0d860c952bf2af0ff2512bd0d397b9c3 /doc/zmq.md | |
parent | 1c2edd9f6707d16c03ecfba094b1cfec2ddc4dce (diff) |
Fix typo and spelling inconsistency in CONTRIBUTING.md
Fix spellings of GitHub
Remove unnecessary changes
Fix GitHub spelling on doc/translation_process.md
Diffstat (limited to 'doc/zmq.md')
-rw-r--r-- | doc/zmq.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/zmq.md b/doc/zmq.md index 6079e3254f..1019ff6653 100644 --- a/doc/zmq.md +++ b/doc/zmq.md @@ -1,4 +1,4 @@ -# Block and Transaction Broadcasting With ZeroMQ +# Block and Transaction Broadcasting with ZeroMQ [ZeroMQ](http://zeromq.org/) is a lightweight wrapper around TCP connections, inter-process communication, and shared-memory, @@ -50,7 +50,7 @@ during the *configure* step of building bitcoind: $ ./configure --disable-zmq (other options) To actually enable operation, one must set the appropriate options on -the commandline or in the configuration file. +the command line or in the configuration file. ## Usage |