Skip to content

Commit

Permalink
clean doc
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralalwi committed Mar 3, 2024
1 parent 418acdf commit 76f129b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ $tax = [
access it as array key
```php
$taxAmount = $tax['tax_amount']
// 25
// 37.5
$AmountWithTax = $tax['amount_with_tax']
// 275
// 287.5
$taxRate = $tax['tax_rate']
// 0.1
// 0.15
```

Or simplify access it directly
Expand Down

0 comments on commit 76f129b

Please sign in to comment.