From 2f3f133de65a8a306b7e700015c0a3a6c9fe4e71 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Fri, 15 Mar 2019 19:34:44 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7e3e73..9f84ec3 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ BlockstreamSatellite.lnd_client = lnd_client `BlockstreamSatellite::Order.create` accepts the following parameters: * `path`: path to the file to transmit -* `data`: data to transmit; can be used as an alternative `path` +* `message`: message to transmit; can be used as an alternative `path` * `bid`: bid for the order. defaults to file size * 51 ```ruby