From 510ba6a657e859a9fe25a5cff4df8975c1e9af2a Mon Sep 17 00:00:00 2001 From: rtuna <38296319+rtunazzz@users.noreply.github.com> Date: Thu, 19 Aug 2021 08:50:00 +0200 Subject: [PATCH] [DOCS] - Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b373897..5aafb50 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Each site in the config file is expected to have the following structure: ```js "name_of_the_site": { // this will then be the required query parameter for the /atc and /wishlist routes - "run_script": false, // whether or not the default form handler should be overwritten with a different script + "run_script": true, // whether or not the default form handler should be overwritten with a different script, specified by the script_name below "script_name": "site.js", // name of the script to execute "atc_supported": true, // whether or not Adding to Cart is supported "wishlist_supported": true, // whether or not Adding to Wishlist is supported