diff --git a/README.md b/README.md index 43da7e6..15f349c 100644 --- a/README.md +++ b/README.md @@ -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.