Update README.md

This commit is contained in:
Rob Gloudemans
2016-09-06 20:40:46 +02:00
committed by GitHub
parent 476f248e8d
commit 8879754993

View File

@@ -20,7 +20,7 @@ Add a new line to the `providers` array:
And optionally add a new line to the `aliases` array:
'Cart' => \Gloudemans\Shoppingcart\Facades\Cart::class,
'Cart' => \Gloudemans\Shoppingcart\Facades\Cart::class,
Now you're ready to start using the shoppingcart in your application.