Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grkamil committed Mar 11, 2020
1 parent d13bb9f commit 3d5c577
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@ $txData = new MinterSendCoinTx([
]);

$link = new MinterDeepLink($txData);

$link->encode(); // returns encoded link as string
```

Expand All @@ -893,10 +892,10 @@ $txData = new MinterSendCoinTx([

$link = new MinterDeepLink($txData);
$link->setPayload('Hello World')
->setNonce($nonce);
->setGasPrice($gasPrice);
->setGasCoin($gasCoin);
->setHost('https://testnet.bip.to/tx');
->setNonce($nonce)
->setGasPrice($gasPrice)
->setGasCoin($gasCoin)
->setHost('https://testnet.bip.to/tx')
->setPassword('some check password');

$link->encode(); // returns encoded link as string
Expand Down

0 comments on commit 3d5c577

Please sign in to comment.