Update README.md

This commit is contained in:
TheLeo 2024-08-29 14:39:52 +00:00
parent a737e2b426
commit bbcd8e6597

View File

@ -6,7 +6,7 @@ Custom module built for Drupal 10 designed to take POST requests from a webform
1. Move this project into the '<drupal root>\modules\custom\FreshdeskShim' folder. 1. Move this project into the '<drupal root>\modules\custom\FreshdeskShim' folder.
2. If Drupal is actively running, clear the cache via the following CLI command:<br> 2. If Drupal is actively running, clear the cache via the following CLI command:<br>
``` drush cr ``` ``` ddev drush cr ```
3. Enable this module from the configuration menu on the website's 'Extend > Custom' section.<br> 3. Enable this module from the configuration menu on the website's 'Extend > Custom' section.<br>
(OPTIONAL) You can also issue this command from the CLI via the following command:<br> (OPTIONAL) You can also issue this command from the CLI via the following command:<br>
``` drush en FreshdeskShim -y ``` ```ddev drush en FreshdeskShim -y ```