From bbcd8e65976f7ae804407588a0417df8533b0701 Mon Sep 17 00:00:00 2001 From: TheLeo Date: Thu, 29 Aug 2024 14:39:52 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05e01ea..4515379 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Custom module built for Drupal 10 designed to take POST requests from a webform 1. Move this project into the '\modules\custom\FreshdeskShim' folder. 2. If Drupal is actively running, clear the cache via the following CLI command:
- ``` drush cr ``` + ``` ddev drush cr ``` 3. Enable this module from the configuration menu on the website's 'Extend > Custom' section.
(OPTIONAL) You can also issue this command from the CLI via the following command:
- ``` drush en FreshdeskShim -y ``` \ No newline at end of file + ```ddev drush en FreshdeskShim -y ``` \ No newline at end of file