diff --git a/README.md b/README.md index 7c0256c..57a0b73 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ The Cart package will throw exceptions if something goes wrong. This way it's ea The cart also has events build in. There are five events available for you to listen for. | Event | Fired | -|----------------------------------------------------------------| +| -------------------- | --------------------------------------- | | cart.add($item) | When a single item is added | | cart.batch($items) | When a batch if items is added | | cart.update($rowId) | When an item in the cart is updated |