Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shesek committed Dec 9, 2017
1 parent 1e4738a commit 2ca4a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ composer require elementsproject/lightning-strike-client-php
<?php
// Initialize client
$strike = new LightingStrikeClient('http://localhost:8009', '[TOKEN]');
// alternatively, the token can be provided as part of URL:
// alternatively, the token can be provided as part of the URL:
$strike = new LightingStrikeClient('http://api-token:[TOKEN]@localhost:8009');

// Create invoice
Expand Down

0 comments on commit 2ca4a9f

Please sign in to comment.