diff --git a/README.md b/README.md index 7099b90..0c446e1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ composer require elementsproject/lightning-charge-client-php require_once 'vendor/autoload.php'; // Initialize client -$charge = new LightingChargeClient('http://localhost:8009', '[TOKEN]'); +$charge = new LightningChargeClient('http://localhost:8009', '[TOKEN]'); // Create invoice $invoice = $charge->invoice([ 'msatoshi' => 50, 'metadata' => [ 'customer' => 'Satoshi', 'products' => [ 'potato', 'chips' ] ] ]);