From cb21a5417b6484e7a19ff431e52a44b9ba5f108f Mon Sep 17 00:00:00 2001 From: Scott Scheper Date: Thu, 4 Jun 2020 18:00:49 -0700 Subject: [PATCH] Small bug fix to README For issue #33 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2edaedb..9e716e6 100644 --- a/README.md +++ b/README.md @@ -499,7 +499,7 @@ The only difference is the callback function. ``` const tx = { safe: true, - data: ["0x6d02", "hello world"]) + data: ["0x6d02", "hello world"], pay: { key: "5JZ4RXH4MoXpaUQMcJHo8DxhZtkf5U5VnYd9zZH8BRKZuAbxZEw" } } datapay.send(tx, function(err, res) {