Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tal7aouy committed Nov 10, 2021
1 parent 0e88c73 commit 17b48d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ A simple PHP shopping cart library to use in ecommerce web applications
| itemMaxQte | **int** | The maximum quantity per item can be added to cart. 0 = Unlimited |
| cookieState | **bool** | cookie that helps you to keep data in browser when it closed. |


```php
//Instantiate cart
$cart= new Cart(**array** $options);
Expand Down

0 comments on commit 17b48d5

Please sign in to comment.