Update README.md

This commit is contained in:
Rob Gloudemans
2014-02-12 19:53:05 +01:00
parent 40d596c266
commit 1c022cc0d9

View File

@@ -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 |