From 25d90f31d1c91320c62117692276f1f6370e65fc Mon Sep 17 00:00:00 2001 From: Adrien Bourroux Date: Wed, 16 Sep 2015 11:56:39 +0200 Subject: [PATCH] Fix error in link to add product to WishList --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed489376c0..49b99f13c5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Next, go to your Thelia admin panel for module activation. This module is very easy to use. It provides you a new loop "wishlist" type, which will list all the products added to your wish list. -To add a product in a wish list, you must give access to a link which should be "/wishlist/remove/PRODUCT_ID". +To add a product in a wish list, you must give access to a link which should be "/wishlist/add/PRODUCT_ID". To remove a product from the wish list, you must give access to a link which should be "/wishlist/remove/PRODUCT_ID". To clear all product from the wish list, you must give access to a link which should be "/wishlist/clear".