From f1dc2680a30e0d991deab47db849805ffbe545af Mon Sep 17 00:00:00 2001 From: TheLeo Date: Thu, 29 Aug 2024 14:44:56 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4515379..8e64095 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Custom module built for Drupal 10 designed to take POST requests from a webform ## Installation Instructions ## -1. Move this project into the '\modules\custom\FreshdeskShim' folder. +1. Move this project into the 'web\modules\custom\FreshdeskShim' folder. 2. If Drupal is actively running, clear the cache via the following CLI command:
``` ddev drush cr ``` 3. Enable this module from the configuration menu on the website's 'Extend > Custom' section.