Skip to content

Commit 4a75710

Browse files
readme update
1 parent f298f38 commit 4a75710

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,16 +274,15 @@ include $platform;
274274

275275
| Params | Description |
276276
|-------------|---------------------------------------------------------------------------------------------------------------------------|
277-
| `$payment` | `[add-money|alipay|bank|cc|credit-card|discover|faster-pay|groupbuy|maestro|mastercard]`
278-
`[pay|payme|payment-card|payment-wallet|paypal|stripe-circle|tripe-sqaure|stripe|visa]` |
277+
| `$payment` | `[add-money|alipay|bank|cc|credit-card|discover|faster-pay|groupbuy|maestro|mastercard|pay|payme|payment-card|payment-wallet|paypal|stripe-circle|tripe-sqaure|stripe|visa]` |
279278

280279
#### Example
281280

282281
```php
283-
$platform = Tame()->paymentIcon('paypal');
282+
$payment = Tame()->paymentIcon('paypal');
284283
// Output: /path/to/icons/payment/paypal.svg
285284

286-
include $platform;
285+
include $payment;
287286
```
288287

289288
### calPercentageBetweenNumbers

0 commit comments

Comments
 (0)