From 4a2ae61ed42c2ff6c870d84d4d07d248122e4daa Mon Sep 17 00:00:00 2001 From: Patrick Henninger Date: Fri, 28 Dec 2018 03:40:59 +0100 Subject: [PATCH] Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/509 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 761cf6c..9e82741 100644 --- a/README.md +++ b/README.md @@ -481,8 +481,8 @@ foreach(Cart::content() as $row) { ## Database - [Config](#configuration) -- [Storing the cart](#save-cart-to-database) -- [Restoring the cart](#retrieve-cart-from-database) +- [Storing the cart](#storing-the-cart) +- [Restoring the cart](#restoring-the-cart) ### Configuration To save cart into the database so you can retrieve it later, the package needs to know which database connection to use and what the name of the table is.