From 0bfd88e80d8424b2780f926645dd55af0ecdedb2 Mon Sep 17 00:00:00 2001 From: The Kevacoin Project <45381575+kevacoin-project@users.noreply.github.com> Date: Fri, 31 Jan 2020 18:53:23 -0800 Subject: [PATCH] Fixed typos. --- doc/zmq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/zmq.md b/doc/zmq.md index cf8c4a454..56634f08c 100644 --- a/doc/zmq.md +++ b/doc/zmq.md @@ -77,7 +77,7 @@ terminator) and the body is the transaction hash (32 bytes). These options can also be provided in kevacoin.conf. The following is an sample -kevacoin.conf file that support notification to Keva events: +kevacoin.conf file that supports ZeroMQ notification of Keva events: ``` rpcport=9332 @@ -97,9 +97,9 @@ arriving. Please see `contrib/zmq/zmq_sub.py` for a working example. ## Kevacoin Specific Events Once ZMQ notification is enabled for Keva events, it is easy to subscribe -to the events. The following is a NodeJS example: +to the events. The following is an Node.js example: -```js +```javascript var zmq = require('zeromq'); async function run() {