Added syntax highlight to README

This commit is contained in:
Rob Gloudemans
2013-05-22 20:51:19 +02:00
parent dadd9d4087
commit dedb766b29

View File

@@ -130,7 +130,9 @@ These Collections extends the 'native' Laravel 4 Collection class, so all method
## Example
Below is a little example of how to list the cart content in a table:
<?php
// Controller
Cart::add('192ao12', 'Product 1', 1, 9.99);