Skip to content

Commit 02b504c

Browse files
committed
update README.md
1 parent 8666984 commit 02b504c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $mpesa = new \Karson\MpesaPhpSdk\Mpesa();
2323
$mpesa->setApiKey('your api key');
2424
$mpesa->setPublicKey('your public key');
2525

26-
This creates transaction between an M-Pesa short code to a phone number registered on M-Pesa.
26+
//This creates transaction between an M-Pesa short code to a phone number registered on M-Pesa.
2727

2828
$result = $mpesa->c2b($invoice_id, $phone_number, $amount, $reference_id, $shortcode);
2929
```

0 commit comments

Comments
 (0)