Fix paren in README, add autoconf to dependencies

This commit is contained in:
Eric Martindale 2018-01-16 23:58:04 -08:00 committed by Christian Decker
parent be0b76f03d
commit 575b733edd

View File

@ -108,7 +108,7 @@ The recipient creates an invoice with the expected `<amount>` in millisatoshi (o
cli/lightning-cli invoice <amount> <label> <description> cli/lightning-cli invoice <amount> <label> <description>
``` ```
This returns some internal details, and a standard invoice string called `bolt11` (named after the [BOLT #11 lightning spec](https://github.com/lightningnetwork/lightning-rfc/blob/master/11-payment-encoding.md). This returns some internal details, and a standard invoice string called `bolt11` (named after the [BOLT #11 lightning spec](https://github.com/lightningnetwork/lightning-rfc/blob/master/11-payment-encoding.md)).
The sender can feed this `bolt11` string to the `decodepay` command to see what it is, and pay it simply using the `pay` command: The sender can feed this `bolt11` string to the `decodepay` command to see what it is, and pay it simply using the `pay` command: